Skip to content

Commit

Permalink
#33357: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
klimov-paul committed Aug 19, 2020
1 parent 7e0cb20 commit f9b9fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Validation/ValidationValidatorTest.php
Expand Up @@ -3956,7 +3956,7 @@ public function testPlaceholdersAreReplaced()
$this->assertArrayHasKey('foo.bar', $v->errors()->getMessages());

$v = new Validator($trans, [
'foo.bar' => 'valid'
'foo.bar' => 'valid',
], [
'foo\.bar' => 'required|in:valid',
]);
Expand Down

0 comments on commit f9b9fda

Please sign in to comment.