Test Setup Failed
Push — master ( 07e6a4...7eb3c3 )
by Markus
03:39
created
view/forum/tags.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 $items = isset($items) ? $items : null;
12 12
 // var_dump($items);
13 13
 // $session = $this->di->get("session");
14
-$tags = [];
14
+$tags = [ ];
15 15
 $counter = 1;
16 16
 ?>
17 17
 
Please login to merge, or discard this patch.
view/home/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 namespace Anax\View;
4 4
 $size = 90;
5 5
 $grav_url = "https://www.gravatar.com/avatar/";
6
-$tags = [];
6
+$tags = [ ];
7 7
 $counter = 1;
8 8
 
9 9
 ?>
Please login to merge, or discard this patch.