Passed
Push — main ( 9be93f...450654 )
by Breno
01:45
created
src/Exception/ValidationException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 
56 56
     public function toString(): string
57 57
     {
58
-        return $this->message . PHP_EOL . $this->errorsAsString();
58
+        return $this->message.PHP_EOL.$this->errorsAsString();
59 59
     }
60 60
 
61 61
     public function __toString()
Please login to merge, or discard this patch.