Skip to content

Commit f9b9fda

Browse files
committed
#33357: fix code style
1 parent 7e0cb20 commit f9b9fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Validation/ValidationValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3956,7 +3956,7 @@ public function testPlaceholdersAreReplaced()
39563956
$this->assertArrayHasKey('foo.bar', $v->errors()->getMessages());
39573957

39583958
$v = new Validator($trans, [
3959-
'foo.bar' => 'valid'
3959+
'foo.bar' => 'valid',
39603960
], [
39613961
'foo\.bar' => 'required|in:valid',
39623962
]);

0 commit comments

Comments
 (0)