Completed
Push — feature/more-metadata-values ( 150bb6...480338 )
by Daan van
13:28 queued 10:55
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.