build #67
build.yml
on: schedule
Code Style (phpcs)
13s
Code style (php-cs-fixer)
10s
Code analysis (phpstan)
15s
Matrix: tests
Annotations
6 errors
Code analysis (phpstan):
src/Scraper.php#L120
Parameter #1 $keys of function array_combine expects array<int|string>, list given.
|
Code analysis (phpstan):
src/Scraper.php#L123
Method PhpCfdi\SatPysScraper\Scraper::extractSelectValues() should return array<int|string, string> but returns array<(int<min, -1>|int<1, max>|string), mixed>.
|
Code analysis (phpstan):
src/Scraper.php#L130
Method PhpCfdi\SatPysScraper\Scraper::extractState() should return array<int|string, bool|float|int|string|null> but returns array.
|
Code analysis (phpstan):
tests/Fakes/PysSimulator.php#L36
PHPDoc tag @var with type array<string, bool|float|int|string|null> is not subtype of native type array<int|string, array<mixed>|string>.
|
Code analysis (phpstan):
tests/Unit/TestCase.php#L77
Parameter #1 $queue of class GuzzleHttp\Handler\MockHandler constructor expects array<int, mixed>|null, array<mixed> given.
|
Code analysis (phpstan)
Process completed with exit code 1.
|