build #2
build.yml
on: schedule
Code Style (phpcs)
11s
Code style (php-cs-fixer)
28s
Code analysis (phpstan)
13s
Matrix: tests
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.
|