Skip to content

Commit 663b799

Browse files
GrahamCampbellfabpot
authored andcommitted
[2.3] More cs fixes
1 parent 21aba61 commit 663b799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Constraints/ChoiceValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function testValidChoiceCallbackClosure()
8989
{
9090
$constraint = new Choice(array('callback' => function () {
9191
return array('foo', 'bar');
92-
}, ));
92+
}));
9393

9494
$this->validator->validate('bar', $constraint);
9595

0 commit comments

Comments
 (0)