Skip to content

Commit 8bcedbd

Browse files
committed
fix build
1 parent ab53a99 commit 8bcedbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocatorFactory.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ public function createByDirectory(string $directory): OptimizedDirectorySourceLo
5757
return $this->createCachedDirectorySourceLocator($fileHashes, $cacheKey);
5858
}
5959

60+
/**
61+
* @param array<string, string> $fileHashes
62+
* @param non-empty-string $cacheKey
63+
*/
6064
public function createCachedDirectorySourceLocator(array $fileHashes, string $cacheKey): OptimizedDirectorySourceLocator
6165
{
6266
$variableCacheKey = 'v1';

0 commit comments

Comments
 (0)