@@ -26,7 +26,7 @@ |
||
| 26 | 26 | { |
| 27 | 27 | parent::configure(); |
| 28 | 28 | |
| 29 | - $configurationLoader = new ConfigurationLoader( |
|
| 29 | + $configurationLoader = new ConfigurationLoader( |
|
| 30 | 30 | rtrim(getcwd(), DIRECTORY_SEPARATOR), |
| 31 | 31 | Monitor::CONFIG_FILENAME |
| 32 | 32 | ); |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | $url->getUrl(), |
| 45 | 45 | [ |
| 46 | 46 | 'timeout' => $url->getTimeout(), |
| 47 | - 'on_stats' => function (TransferStats $tranferStats) use (&$stats, $url) { |
|
| 47 | + 'on_stats' => function(TransferStats $tranferStats) use (&$stats, $url) { |
|
| 48 | 48 | $stats[$url->getName()]['total_time'] = $tranferStats->getHandlerStats()['total_time']; |
| 49 | 49 | }, |
| 50 | 50 | ] |