Skip to content

Fix CI

Fix CI #297

Triggered via pull request September 28, 2024 15:16
Status Failure
Total duration 56s
Artifacts

coding-standards.yml

on: pull_request
Matrix: CS Fixer & PHPStan
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
CS Fixer & PHPStan (7.4): src/SiteConfig/ConfigBuilder.php#L95
Parameter #1 $key of function array_key_exists expects int|string, string|false given.
CS Fixer & PHPStan (7.4): src/SiteConfig/ConfigBuilder.php#L141
Parameter #1 $host of method Graby\SiteConfig\ConfigBuilder::loadSiteConfig() expects string, string|false given.
CS Fixer & PHPStan (7.4): src/SiteConfig/ConfigBuilder.php#L142
Parameter #1 $key of method Graby\SiteConfig\ConfigBuilder::getCachedVersion() expects string, string|false given.
CS Fixer & PHPStan (7.4): src/SiteConfig/ConfigBuilder.php#L143
Parameter #1 $key of method Graby\SiteConfig\ConfigBuilder::addToCache() expects string, string|false given.
CS Fixer & PHPStan (7.4)
Process completed with exit code 1.
CS Fixer & PHPStan (7.4)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/