Test Setup Failed
Push — master ( e3c3a1...07e6a4 )
by Markus
03:50
created
src/Forum/HTMLForm/CommentForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
                 "submit" => [
51 51
                     "type" => "submit",
52 52
                     "value" => "Answer",
53
-                    "callback" => [$this, "callbackSubmit"]
53
+                    "callback" => [ $this, "callbackSubmit" ]
54 54
                 ],
55 55
             ]
56 56
         );
Please login to merge, or discard this patch.
view/forum/index.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
 $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>
Please login to merge, or discard this patch.
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.