Test Setup Failed
Push — master ( 3028d7...678984 )
by Markus
03:32
created
src/Forum/HTMLForm/CreatePostForm.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
      *
76 76
      * @return boolean true if okey, false if something went wrong.
77 77
      */
78
-     public function callbackSubmit()
78
+        public function callbackSubmit()
79 79
     {
80 80
         // Get values from the submitted form
81 81
         $login = $this->di->get("session")->get("login");
Please login to merge, or discard this patch.