Skip to content

Commit 3d87e3e

Browse files
committed
reduce visibility
1 parent 8377d0d commit 3d87e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocatorFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function createByDirectory(string $directory): OptimizedDirectorySourceLo
6161
* @param array<string, string> $fileHashes
6262
* @param non-empty-string $cacheKey
6363
*/
64-
public function createCachedDirectorySourceLocator(array $fileHashes, string $cacheKey): OptimizedDirectorySourceLocator
64+
private function createCachedDirectorySourceLocator(array $fileHashes, string $cacheKey): OptimizedDirectorySourceLocator
6565
{
6666
$variableCacheKey = 'v1';
6767

0 commit comments

Comments
 (0)