convert view response to string #30
Annotations
6 errors and 1 warning
phpstan:
src/CachesValue.php (in context of class Vormkracht10/PermanentCache/Cached)#L164
Call to function is_subclass_of() with class-string<static(Vormkracht10\PermanentCache\Cached)> and 'Vormkracht10\\PermanentCache\\CachedComponent' will always evaluate to false.
|
phpstan:
src/CachesValue.php (in context of class Vormkracht10/PermanentCache/CachedComponent)#L164
Else branch is unreachable because ternary operator condition is always true.
|
phpstan:
src/PermanentCache.php#L18
PHPDoc tag @param for parameter $cachers contains unresolvable type.
|
phpstan:
src/PermanentCache.php#L21
PHPDoc tag @var has invalid value (<class-string<Cached>, class-string<CachedComponent>> $cacher): Unexpected token "<", expected type at offset 9
|
phpstan:
src/PermanentCache.php#L29
Access to an undefined property Vormkracht10\PermanentCache\PermanentCache::$app.
|
phpstan
Process completed with exit code 1.
|
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|