Completed
Push — feature/allow-regex-validity-t... ( 06921c...c0b27d )
by Daan van
10:52 queued 08:35
created
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.