Passed
Push — develop ( 532c2a...e64509 )
by nguereza
05:14 queued 02:04
created
src/Http/Middleware/MaintenanceMiddleware.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,8 +138,8 @@
 block discarded – undo
138 138
             );
139 139
 
140 140
             $httpException->setTitle('Service Unavailable')
141
-                          ->setDescription($message)
142
-                          ->setHeaders($this->getHeaders($data));
141
+                            ->setDescription($message)
142
+                            ->setHeaders($this->getHeaders($data));
143 143
 
144 144
             // TODO Add headers
145 145
             throw $httpException;
Please login to merge, or discard this patch.