@@ -55,8 +55,8 @@ |
||
55 | 55 | public function __construct(\PhpOffice\PhpSpreadsheet\Worksheet $parent, $arguments) |
56 | 56 | { |
57 | 57 | $redisServer = isset($arguments['redisServer']) ? $arguments['redisServer'] : 'localhost'; |
58 | - $redisPort = isset($arguments['redisPort']) ? (int)$arguments['redisPort'] : 6379; |
|
59 | - $cacheTime = isset($arguments['cacheTime']) ? (int)$arguments['cacheTime'] : 600; |
|
58 | + $redisPort = isset($arguments['redisPort']) ? (int) $arguments['redisPort'] : 6379; |
|
59 | + $cacheTime = isset($arguments['cacheTime']) ? (int) $arguments['cacheTime'] : 600; |
|
60 | 60 | |
61 | 61 | if (null === $this->cachePrefix) { |
62 | 62 | $baseUnique = $this->getUniqueID(); |