Skip to content

Commit c7ee5c6

Browse files
committed
Update FileCachedSourceLocator.php
1 parent 20b67e0 commit c7ee5c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Reflection/BetterReflection/SourceLocator/FileCachedSourceLocator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ final class FileCachedSourceLocator implements SourceLocator
2828
/** @var array{classes: array<string, ?Reflection>, functions: array<string, ?Reflection>, constants: array<string, ?Reflection>}|null */
2929
private ?array $cachedSymbols = null;
3030

31-
private bool $storeOnShutdown = false;
32-
3331
/**
3432
* @param non-empty-string $cacheKey
3533
*/

0 commit comments

Comments
 (0)