Passed
Push — master ( 5b160d...6a638e )
by Florent
14:38
created
src/Controllers/HomeController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@
 block discarded – undo
222 222
         $file = $this->app->get('blogfile');
223 223
         $articles = json_decode(file_get_contents($file), true);
224 224
 
225
-        if($tag !== null) {
225
+        if ($tag !== null) {
226 226
             foreach ($articles as $article) {
227 227
                 $metadata = json_decode($article['json_metadata'], true);
228 228
                 $tags = implode(',', $metadata['tags']);
Please login to merge, or discard this patch.