Skip to content

fix(flags): Safe access flags in decide v2 #105

fix(flags): Safe access flags in decide v2

fix(flags): Safe access flags in decide v2 #105

Triggered via pull request September 25, 2023 16:57
Status Failure
Total duration 48s
Artifacts

php.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
phpcs
Error: Command failed: php phpcs.phar --report=checkstyle --standard=phpcs.xml test/error_log_mock.php
phpcs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, tinovyatkin/action-php-codesniffer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
phpcs: test/error_log_mock.php#L1
A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 6.
phpunit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/