@@ -60,7 +60,7 @@ |
||
| 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 | ; |