Passed
Push — 2.0 ( 582908...9a6ec4 )
by Samuel
01:50
created
src/Handlers/ValidationHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
                     ->setTitle($attributes['title'] ?? $this->getDefaultTitle())
29 29
                     ->setDetail($message);
30 30
 
31
-                if (! is_null($attributes['code'])) {
31
+                if (!is_null($attributes['code'])) {
32 32
                     $error->setCode($attributes['code']);
33 33
                 }
34 34
 
Please login to merge, or discard this patch.