Completed
Push — master ( 75bb5a...dea818 )
by Mathieu
07:39
created
src/Charcoal/Cms/News.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
             );
172 172
         }
173 173
         $match_path = $path == 'xxx'; // Insert logic here...
174
-        if($match_path) {
174
+        if ($match_path) {
175 175
             return function(RequestInterface $request, ResponseInterface $response) use ($path) {
176 176
                 $response->write($path);
177 177
             };
Please login to merge, or discard this patch.