@@ -46,7 +46,7 @@ |
||
46 | 46 | { |
47 | 47 | $pregMatchErrored = false; |
48 | 48 | set_error_handler( |
49 | - function () use (&$pregMatchErrored): void { |
|
49 | + function() use (&$pregMatchErrored): void { |
|
50 | 50 | $pregMatchErrored = true; |
51 | 51 | } |
52 | 52 | ); |