Skip to content

Commit 49b4ac9

Browse files
committed
add return types
1 parent 10c33f0 commit 49b4ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CacheWarmer/EntrypointCacheWarmer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(array $cacheKeys, string $phpArrayFile, CacheItemPoo
2828
/**
2929
* {@inheritdoc}
3030
*/
31-
protected function doWarmUp($cacheDir, ArrayAdapter $arrayAdapter)
31+
protected function doWarmUp($cacheDir, ArrayAdapter $arrayAdapter): bool
3232
{
3333
foreach ($this->cacheKeys as $cacheKey => $path) {
3434
// If the file does not exist then just skip past this entry point.

0 commit comments

Comments
 (0)