Skip to content
Prev Previous commit
Next Next commit
fix CS
  • Loading branch information
peter-gribanov committed Jan 25, 2018
commit da3c6acddbc71e23fbc51f76df402cda71677dab
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ public function testSubmitSingleChoiceWithClosureEmptyData()
'multiple' => false,
'expanded' => true,
'choices' => array('test'),
'empty_data' => function() {
'empty_data' => function () {
return 'test';
},
));
Expand Down