Passed
Push — main ( 5dcab6...f5f51a )
by Breno
02:01
created
src/AbstractRule.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,7 @@
 block discarded – undo
27 27
     {
28 28
         return
29 29
             $this->isValid($input, $context) ?
30
-                new ErrorReporting :
31
-                (new ErrorReporting)->addError($this->message, $this->getField());
30
+                new ErrorReporting : (new ErrorReporting)->addError($this->message, $this->getField());
32 31
     }
33 32
 
34 33
     private function className(): string
Please login to merge, or discard this patch.