reactive cache should be able to queue when it is supposed to be updated #137
Annotations
10 errors and 1 warning
Run PHPStan:
src/CachesValue.php (in context of class Vormkracht10/PermanentCache/Cached)#L85
Call to function is_subclass_of() with class-string<static(Vormkracht10\PermanentCache\Cached)> and 'Vormkracht10\\PermanentCache\\CachedComponent' will always evaluate to false.
|
Run PHPStan:
src/CachesValue.php (in context of class Vormkracht10/PermanentCache/Cached)#L90
Method Vormkracht10\PermanentCache\Cached::run() invoked with 1 parameter, 0 required.
|
Run PHPStan:
src/CachesValue.php (in context of class Vormkracht10/PermanentCache/Cached)#L219
Call to function is_subclass_of() with class-string<static(Vormkracht10\PermanentCache\Cached)> and 'Vormkracht10\\PermanentCache\\CachedComponent' will always evaluate to false.
|
Run PHPStan:
src/CachesValue.php (in context of class Vormkracht10/PermanentCache/Cached)#L219
Result of && is always false.
|
Run PHPStan:
src/CachesValue.php (in context of class Vormkracht10/PermanentCache/Cached)#L316
Variable $parameters on left side of ?? always exists and is not nullable.
|
Run PHPStan:
src/CachesValue.php (in context of class Vormkracht10/PermanentCache/Cached)#L330
Result of || is always true.
|
Run PHPStan:
src/CachesValue.php (in context of class Vormkracht10/PermanentCache/Cached)#L331
Call to function is_subclass_of() with $this(Vormkracht10\PermanentCache\Cached) and 'Vormkracht10\\PermanentCache\\CachedComponent' will always evaluate to false.
|
Run PHPStan:
src/CachesValue.php (in context of class Vormkracht10/PermanentCache/Cached)#L336
Unreachable statement - code above always terminates.
|
Run PHPStan:
src/CachesValue.php (in context of class Vormkracht10/PermanentCache/CachedComponent)#L89
Else branch is unreachable because previous condition is always true.
|
Run PHPStan:
src/CachesValue.php (in context of class Vormkracht10/PermanentCache/CachedComponent)#L90
Call to an undefined method Vormkracht10\PermanentCache\CachedComponent::run().
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading