@@ -34,7 +34,7 @@ discard block  | 
                                                    ||
| 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  | 
                                                    ||
| 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 | |