build #72
build.yml
on: schedule
Code Style (phpcs)
17s
Code style (php-cs-fixer)
8s
Code analysis (phpstan)
13s
Matrix: tests
Annotations
6 errors and 5 warnings
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.
|
Code style (php-cs-fixer)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests on PHP 8.3
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Code analysis (phpstan)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Code Style (phpcs)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests on PHP 8.2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|