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