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