Passed
Push — develop ( 891c63...f98037 )
by nguereza
02:54
created
src/Http/Middleware/MaintenanceMiddleware.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
             );
139 139
 
140 140
             $httpException->setTitle('Service Unavailable')
141
-                          ->setDescription($message);
141
+                            ->setDescription($message);
142 142
 
143 143
             // TODO Add headers
144 144
             throw $httpException;
Please login to merge, or discard this patch.