Completed
Pull Request — develop (#9)
by Daan van
16:17 queued 13:29
created
src/OpenConext/Value/Assert/Assertion.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.