Passed
Push — develop ( 067575...3d3b3e )
by Brent
03:02
created
src/Stitcher/Exception/ErrorHandler.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
     {
35 35
         $template = $this->errorPages[$statusCode] ?? null;
36 36
 
37
-        if (! $template) {
37
+        if (!$template) {
38 38
             return $this->handleStaticError($exception);
39 39
         }
40 40
 
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     {
49 49
         $html = file_get_contents($this->defaultErrorPage);
50 50
 
51
-        if (! $exception) {
51
+        if (!$exception) {
52 52
             return $html;
53 53
         }
54 54
 
Please login to merge, or discard this patch.