Passed
Push — master ( 2c1bf3...fdb388 )
by Viktor
01:37
created
src/Event.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
         $filePath = $this->_filePath;
100 100
         $tries = 4;
101 101
         $lastError = 'unknown reason';
102
-        set_error_handler(function () use (&$lastError) {
102
+        set_error_handler(function() use (&$lastError) {
103 103
             $lastError = func_get_arg(1);
104 104
         });
105 105
         while ($tries > 0) {
Please login to merge, or discard this patch.