Passed
Push — main ( 50ef61...1ecca1 )
by Breno
01:36
created
src/Exception/Guard.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,8 +37,7 @@
 block discarded – undo
37 37
 
38 38
         $exception =
39 39
             $validationException instanceof ValidationExceptionInterface ?
40
-                $validationException :
41
-                new ValidationException;
40
+                $validationException : new ValidationException;
42 41
 
43 42
         $results = $guardResult instanceof Result ? [$guardResult] : $guardResult->validationResults();
44 43
         foreach ($results as $result) {
Please login to merge, or discard this patch.