Completed
Branch master (70cb44)
by Ivannis Suárez
02:57
created
Category
Tests/Units/ValidatorTests.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
             ->then()
61 61
                 ->boolean($validator->assert('ivannis'))
62 62
                     ->isTrue()
63
-                ->exception(function () use ($validator) {
63
+                ->exception(function() use ($validator) {
64 64
                     $validator->assert('some tests');
65 65
                 })->isInstanceOf(ValidationException::class)
66 66
         ;
Please login to merge, or discard this patch.