Completed
Branch master (73119b)
by Thijs
07:24
created
Category
src/OpenConext/Value/RegularExpression.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.