Completed
Push — develop ( 89516f...9ff263 )
by Schlaefer
04:52 queued 02:17
created
lib/Phile/Phile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
             ->withHeader('Content-Type', 'text/html; charset=' . $charset);
127 127
 
128 128
         if ($page->getPageId() == $this->config->get('not_found_page')) {
129
-            $response = $response->withStatus(404) ;
129
+            $response = $response->withStatus(404);
130 130
         }
131 131
 
132 132
         return $response;
Please login to merge, or discard this patch.