@@ -72,7 +72,7 @@ |
||
| 72 | 72 | /** @var Cache $cacheComponent */ |
| 73 | 73 | $cacheComponent = Yii::$app->{$this->cacheComponent}; |
| 74 | 74 | |
| 75 | - $hash = $cacheComponent->getOrSet($key, function () use ($path) { |
|
| 75 | + $hash = $cacheComponent->getOrSet($key, function() use ($path) { |
|
| 76 | 76 | return $this->fileSystemHash->hashPath($path); |
| 77 | 77 | }); |
| 78 | 78 | |