Test Setup Failed
Push — master ( 678984...429f46 )
by Markus
03:16
created
view/forum/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 $items = isset($items) ? $items : null;
12 12
 $session = $this->di->get("session");
13 13
 $filter = $this->di->get("textfilter");
14
-$tags = [];
14
+$tags = [ ];
15 15
 // var_dump($session);
16 16
 ?>
17 17
 <h1>Welcome to the forum</h1>
@@ -41,5 +41,5 @@  discard block
 block discarded – undo
41 41
     <?php endforeach; ?>
42 42
 </article>
43 43
 
44
-<?php var_dump(array_count_values($tags));; ?>
44
+<?php var_dump(array_count_values($tags)); ; ?>
45 45
 <?php var_dump($tags); ?>
Please login to merge, or discard this patch.