@@ -60,7 +60,7 @@ |
||
60 | 60 | private function isValidRegularExpression($regularExpression) |
61 | 61 | { |
62 | 62 | $pregMatchErrored = false; |
63 | - set_error_handler(function () use (&$pregMatchErrored) { |
|
63 | + set_error_handler(function() use (&$pregMatchErrored) { |
|
64 | 64 | $pregMatchErrored = true; |
65 | 65 | }); |
66 | 66 |