@@ -29,7 +29,7 @@ |
||
29 | 29 | if (!\function_exists('error_clear_last')) { |
30 | 30 | function error_clear_last() |
31 | 31 | { |
32 | - \set_error_handler(function () {}); |
|
32 | + \set_error_handler(function() {}); |
|
33 | 33 | try { |
34 | 34 | \trigger_error(''); |
35 | 35 | } catch (\Exception $e) { |