Skip to content

Commit 5acac5b

Browse files
committed
Apply fixes from StyleCI
1 parent 401957a commit 5acac5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Unit/CustomValidatorsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
final class CustomValidatorsTest extends TestCase
1212
{
13-
1413
private function assertRulePasses($value, string $rule): void
1514
{
1615
$validator = Validator::make(['field' => $value], ['field' => $rule]);

0 commit comments

Comments
 (0)