build #155
Annotations
7 errors and 1 warning
PHPStan:
src/DataExtractor.php#L51
Using nullsafe property access "?->textContent" on left side of ?? is unnecessary. Use -> instead.
|
PHPStan:
src/Regimenes.php#L39
Method PhpCfdi\CsfScraper\Regimenes::toArray() should return array<int, array{regimen: string, regimen_id: string, fecha_alta: DateTimeImmutable|null}> but returns array<array{regimen: string, regimen_id: string, fecha_alta: DateTimeImmutable|null}>.
|
PHPStan:
tests/Unit/Persona/PersonaJsonSerializeTest.php#L18
PHPDoc tag @var with type string is not subtype of native type non-empty-string|false.
|
PHPStan:
tests/Unit/Persona/PersonaJsonSerializeTest.php#L49
PHPDoc tag @var with type string is not subtype of native type non-empty-string|false.
|
PHPStan:
tests/Unit/Regimen/RegimenJsonSerializeTest.php#L17
PHPDoc tag @var with type string is not subtype of native type non-empty-string|false.
|
PHPStan:
tests/Unit/Regimen/RegimenesJsonSerializeTest.php#L20
PHPDoc tag @var with type string is not subtype of native type non-empty-string|false.
|
PHPStan
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading