@@ -20,7 +20,7 @@ |
||
| 20 | 20 | * |
| 21 | 21 | * @throws \Exception |
| 22 | 22 | */ |
| 23 | - public function __construct($path,$expiresAfter=3600) |
|
| 23 | + public function __construct($path, $expiresAfter = 3600) |
|
| 24 | 24 | { |
| 25 | 25 | if (!is_writable($path)) { |
| 26 | 26 | throw new \Exception(sprintf('%s is not exist or writable', $path)); |