@@ -116,7 +116,8 @@ |
||
| 116 | 116 | * |
| 117 | 117 | * @return mixed |
| 118 | 118 | */ |
| 119 | - protected static function filterInput(int $type, string $variable_name) { |
|
| 119 | + protected static function filterInput(int $type, string $variable_name) |
|
| 120 | + { |
|
| 120 | 121 | return filter_input($type, $variable_name); |
| 121 | 122 | } |
| 122 | 123 | } |