Completed
Pull Request — develop (#3)
by Daan van
08:33 queued 04:41
created
src/OpenConext/Value/RegularExpression.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     {
16 16
         $pregMatchErrored = false;
17 17
         set_error_handler(
18
-            function () use (&$pregMatchErrored) {
18
+            function() use (&$pregMatchErrored) {
19 19
                 $pregMatchErrored = true;
20 20
             }
21 21
         );
Please login to merge, or discard this patch.