Add support for components folder #766
Annotations
10 errors and 2 warnings
MixedAssignment:
src/Cache/CacheEncoder.php#L17
src/Cache/CacheEncoder.php:17:13: MixedAssignment: Unable to determine the type that $data is being assigned to (see https://psalm.dev/032)
|
MixedArrayAccess:
src/Cache/CacheEncoder.php#L29
src/Cache/CacheEncoder.php:29:24: MixedArrayAccess: Cannot access array value on mixed variable $data (see https://psalm.dev/051)
|
MixedArrayAccess:
src/Cache/CacheEncoder.php#L31
src/Cache/CacheEncoder.php:31:24: MixedArrayAccess: Cannot access array value on mixed variable $data (see https://psalm.dev/051)
|
MixedArrayAccess:
src/Cache/CacheEncoder.php#L33
src/Cache/CacheEncoder.php:33:25: MixedArrayAccess: Cannot access array value on mixed variable $data (see https://psalm.dev/051)
|
MixedArrayAccess:
src/Cache/CacheEncoder.php#L36
src/Cache/CacheEncoder.php:36:13: MixedArrayAccess: Cannot access array value on mixed variable $data (see https://psalm.dev/051)
|
MixedArgument:
src/Cache/CacheEncoder.php#L36
src/Cache/CacheEncoder.php:36:13: MixedArgument: Argument 1 of TwigCsFixer\Cache\Signature::__construct cannot be mixed, expecting string (see https://psalm.dev/030)
|
MixedArrayAccess:
src/Cache/CacheEncoder.php#L37
src/Cache/CacheEncoder.php:37:13: MixedArrayAccess: Cannot access array value on mixed variable $data (see https://psalm.dev/051)
|
MixedArgument:
src/Cache/CacheEncoder.php#L37
src/Cache/CacheEncoder.php:37:13: MixedArgument: Argument 2 of TwigCsFixer\Cache\Signature::__construct cannot be mixed, expecting string (see https://psalm.dev/030)
|
MixedArrayAccess:
src/Cache/CacheEncoder.php#L38
src/Cache/CacheEncoder.php:38:13: MixedArrayAccess: Cannot access array value on mixed variable $data (see https://psalm.dev/051)
|
MixedArgument:
src/Cache/CacheEncoder.php#L38
src/Cache/CacheEncoder.php:38:13: MixedArgument: Argument 3 of TwigCsFixer\Cache\Signature::__construct cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
|
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/.
|
Psalm
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/.
|