@@ -119,7 +119,8 @@ |
||
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 | } |