Passed
Pull Request — master (#1)
by Nikolay
01:42
created
src/Component.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.