@@ -99,7 +99,7 @@ |
||
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) { |