Skip to content

Commit c0250a3

Browse files
GrahamCampbellfabpot
authored andcommitted
[2.3] More cs fixes
1 parent 562f74c commit c0250a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/Validator/Constraints/FormValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public function testHandleClosureValidationGroups()
361361
$object = $this->getMock('\stdClass');
362362
$options = array('validation_groups' => function (FormInterface $form) {
363363
return array('group1', 'group2');
364-
},);
364+
});
365365
$form = $this->getBuilder('name', '\stdClass', $options)
366366
->setData($object)
367367
->getForm();

0 commit comments

Comments
 (0)