Skip to content

Commit 70ae254

Browse files
committed
PHPCS
1 parent fed4f0b commit 70ae254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/ValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function testValidator(
1818
array $input,
1919
array $contraints,
2020
bool $expected,
21-
string $errorMessage
21+
string $errorMessage,
2222
): void {
2323
$validator = Validator::make($input, $contraints);
2424
self::assertSame($expected, $validator->fails());

0 commit comments

Comments
 (0)