CI #740
ci.yml
on: schedule
Coding Standards & Static Analysis
16s
Matrix: ${{
format(
'{0}PHP {1} - CakePHP {2}',
fromJSON('["", "Coverage - "]')[matrix.php-version == '8.2' && matrix.cakephp-version == 'latest'],
matrix.php-version,
matrix.cakephp-version
)
}}
Annotations
4 errors and 3 warnings
RiskyTruthyFalsyComparison:
src/Integration/RoutingExtension.php#L49
src/Integration/RoutingExtension.php:49:18: RiskyTruthyFalsyComparison: Operand of type list{0?: Psr\Http\Message\UriInterface|array<array-key, mixed>|null|string}|non-empty-mixed contains type list{0?: Psr\Http\Message\UriInterface|array<array-key, mixed>|null|string}, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/Renderer/StringTemplateRenderer.php#L271
src/Renderer/StringTemplateRenderer.php:271:13: RiskyTruthyFalsyComparison: Operand of type array<array-key, mixed>|empty-mixed contains type array<array-key, mixed>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/Renderer/StringTemplateRenderer.php#L507
src/Renderer/StringTemplateRenderer.php:507:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Coding Standards & Static Analysis
Process completed with exit code 2.
|
PHP 8.1 - CakePHP latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Coding Standards & Static Analysis
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Coverage - PHP 8.2 - CakePHP latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|