Skip to content

Commit 3923f8b

Browse files
committed
phpcs
1 parent 00bde9d commit 3923f8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/CacheWarmer/EntrypointCacheWarmer.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ public function __construct(array $cacheKeys, string $phpArrayFile)
2424
parent::__construct($phpArrayFile);
2525
}
2626

27-
/**
28-
* {@inheritdoc}
29-
*/
3027
protected function doWarmUp($cacheDir, ArrayAdapter $arrayAdapter): bool
3128
{
3229
foreach ($this->cacheKeys as $cacheKey => $path) {

0 commit comments

Comments
 (0)