Skip to content

Commit 91473a6

Browse files
Add missing return types to tests/internal/final methods
1 parent 1b8585c commit 91473a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CacheWarmer/CacheWarmerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct(string $file)
5757
/**
5858
* @return string[]
5959
*/
60-
public function warmUp(string $cacheDir)
60+
public function warmUp(string $cacheDir): array
6161
{
6262
$this->writeCacheFile($this->file, 'content');
6363

0 commit comments

Comments
 (0)