| Total Complexity | 5 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class DocBlockResolverCache |
||
| 18 | { |
||
| 19 | use EventDispatchingCapabilities; |
||
| 20 | |||
| 21 | private static ?CacheInterface $cache = null; |
||
| 22 | |||
| 23 | public static function resetCache(): void |
||
| 26 | } |
||
| 27 | |||
| 28 | public static function getCacheInstance(): CacheInterface |
||
| 45 | } |
||
| 46 | |||
| 47 | private static function isProjectCacheEnabled(): bool |
||
| 52 |