Skip to content

build

build #210

Triggered via schedule November 17, 2024 16:11
Status Failure
Total duration 1m 54s
Artifacts

build.yml

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

Annotations

10 errors
Code analysis (phpstan): src/AbstractCollection.php#L92
Method PhpCfdi\SatCatalogosPopulate\AbstractCollection::count() should return int<0, max> but returns int.
Code analysis (phpstan): src/Commands/CliApplication.php#L118
PHPDoc tag @var with type callable(): mixed is not subtype of native type non-falsy-string.
Code analysis (phpstan): src/Database/AbstractDataField.php#L18
Cannot cast mixed to string.
Code analysis (phpstan): src/Database/DataFields.php#L28
Instanceof between PhpCfdi\SatCatalogosPopulate\Database\DataFieldInterface and PhpCfdi\SatCatalogosPopulate\Database\DataFieldInterface will always evaluate to true.
Code analysis (phpstan): src/Database/DateDataField.php#L22
Parameter #2 $datetime of static method DateTime::createFromFormat() expects string, mixed given.
Code analysis (phpstan): src/Database/DateDataField.php#L29
Part $input (mixed) of encapsed string cannot be cast to string.
Code analysis (phpstan): src/Database/FloatDataField.php#L16
Cannot cast mixed to float.
Code analysis (phpstan): src/Database/IntegerDataField.php#L16
Cannot cast mixed to int.
Code analysis (phpstan): src/Database/NumberFormatDataField.php#L15
Parameter #1 $value of function floatval expects array|bool|float|int|resource|string|null, mixed given.
Code analysis (phpstan): src/Database/PaddingDataField.php#L11
Cannot cast mixed to string.