Skip to content

build

build #2

Triggered via schedule December 17, 2023 16:11
Status Failure
Total duration 59s
Artifacts

build.yml

on: schedule
Code Style (phpcs)
11s
Code Style (phpcs)
Code style (php-cs-fixer)
28s
Code style (php-cs-fixer)
Code analysis (phpstan)
13s
Code analysis (phpstan)
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
Code Style (phpcs)
Process completed with exit code 1.
Code Style (phpcs): src/App/ScrapToXml.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 16 and the first side effect is on line 16.
Code Style (phpcs): src/Generator.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 7 and the first side effect is on line 7.
Code Style (phpcs): tests/Fakes/PysSimulator.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 12 and the first side effect is on line 12.