We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c33f0 commit 49b4ac9Copy full SHA for 49b4ac9
src/CacheWarmer/EntrypointCacheWarmer.php
@@ -28,7 +28,7 @@ public function __construct(array $cacheKeys, string $phpArrayFile, CacheItemPoo
28
/**
29
* {@inheritdoc}
30
*/
31
- protected function doWarmUp($cacheDir, ArrayAdapter $arrayAdapter)
+ protected function doWarmUp($cacheDir, ArrayAdapter $arrayAdapter): bool
32
{
33
foreach ($this->cacheKeys as $cacheKey => $path) {
34
// If the file does not exist then just skip past this entry point.
0 commit comments