Skip to content

Commit 496ffe9

Browse files
committed
formatting
1 parent cb9ff13 commit 496ffe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Validation/ValidationStopOnFailureTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function testFailingStopsFurtherValidation()
1818
$v = new Validator(
1919
$trans,
2020
['foo' => 'foobar'],
21-
['foo' => [new StoppingValidationRule(), 'numeric']],
21+
['foo' => [new StoppingValidationRule(), 'numeric']],
2222
);
2323
$this->assertFalse($v->passes());
2424
$this->assertEquals(

0 commit comments

Comments
 (0)