@@ -78,7 +78,7 @@ |
||
78 | 78 | */ |
79 | 79 | public function isValidRegex() |
80 | 80 | { |
81 | - set_error_handler(function ($errno, $errstr) { |
|
81 | + set_error_handler(function($errno, $errstr) { |
|
82 | 82 | throw new InvalidArgumentException($errstr, $errno); |
83 | 83 | }, E_WARNING); |
84 | 84 |