Completed
Push — master ( 5adbcd...41097b )
by Viktor
03:52 queued 43s
created
src/Event.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
         $tries = 4;
101 101
         $lastError = null;
102 102
         $state = null;
103
-        set_error_handler(function () use (&$lastError) {
103
+        set_error_handler(function() use (&$lastError) {
104 104
             $lastError = func_get_arg(1);
105 105
         });
106 106
         while ($tries > 0) {
Please login to merge, or discard this patch.