feat(core): partial discovery cache #678
coding-conventions.yml
on: pull_request
Run Style Check
15s
Run Static Analysis: PHPStan
38s
Run Static Analysis: Rector
42s
Annotations
6 errors
Run Static Analysis: PHPStan:
src/Tempest/Container/src/AutowireDiscovery.php#L20
Property Tempest\Container\AutowireDiscovery::$trackedAutowireDefinitions is never read, only written.
|
Run Static Analysis: PHPStan:
src/Tempest/Core/src/DiscoveryCache.php#L21
Property Tempest\Core\DiscoveryCache::$restored is never read, only written.
|
Run Static Analysis: PHPStan:
tests/Integration/Cache/CacheClearCommandTest.php#L30
Unreachable statement - code above always terminates.
|
Run Static Analysis: PHPStan:
tests/Integration/Framework/Commands/DiscoveryClearCommandTest.php#L17
Unreachable statement - code above always terminates.
|
Run Static Analysis: PHPStan
Process completed with exit code 1.
|
Run Static Analysis: Rector
Process completed with exit code 2.
|