Completed
Push — main ( cb1f17...70d0b1 )
by Johan
27s
created
src/OpenConext/Value/Assert/Assertion.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     {
47 47
         $pregMatchErrored = false;
48 48
         set_error_handler(
49
-            function () use (&$pregMatchErrored): void {
49
+            function() use (&$pregMatchErrored): void {
50 50
                 $pregMatchErrored = true;
51 51
             }
52 52
         );
Please login to merge, or discard this patch.