@@ -45,7 +45,7 @@ |
||
45 | 45 | public static function createFromGlobals(): RequestInterface |
46 | 46 | { |
47 | 47 | foreach ([$_GET, $_POST, $_COOKIE] as &$array) { |
48 | - array_walk($array, function ($value) { |
|
48 | + array_walk($array, function($value) { |
|
49 | 49 | htmlspecialchars($value); |
50 | 50 | }); |
51 | 51 | } |