Test Failed
Push — dev ( 6beeb4...c21d30 )
by Plamen
02:05
created
TraitHelper.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,8 @@
 block discarded – undo
115 115
      * @param string $variable_name
116 116
      * @return mixed
117 117
      */
118
-    protected static function filterInput(int $type, string $variable_name){
118
+    protected static function filterInput(int $type, string $variable_name)
119
+    {
119 120
         return filter_input($type, $variable_name);
120 121
     }
121 122
 }
Please login to merge, or discard this patch.