Skip to content

Support PHP 8.3 (#297) #462

Support PHP 8.3 (#297)

Support PHP 8.3 (#297) #462

Triggered via push July 30, 2023 12:36
Status Success
Total duration 30s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Utils/Finder.php#L278
Binary operation "*=" between string and 1|1000.0|1000000.0|1000000000.0 results in an error.
PHPStan: src/Utils/Finder.php#L341
PHPDoc tag @param has invalid value (array<\stdClass{pattern: string, mode: string, recursive: bool}> $searches): Unexpected token "{", expected '>' at offset 31
PHPStan: src/Utils/Finder.php#L427
PHPDoc tag @return has invalid value (array<string, array<\stdClass{pattern: string, mode: string, recursive: bool}>>): Unexpected token "{", expected '>' at offset 41
PHPStan: src/Utils/Image.php#L233
Comparison operation "<" between int<1, max> and 1 is always false.
PHPStan: src/Utils/Image.php#L233
Comparison operation "<" between int<1, max> and 1 is always false.
PHPStan: src/Utils/Image.php#L233
Result of || is always false.
PHPStan: src/Utils/Image.php#L257
Method Nette\Utils\Image::detectTypeFromFile() should return 1|2|3|6|18|19|null but returns int|null.
PHPStan: src/Utils/Image.php#L268
Method Nette\Utils\Image::detectTypeFromString() should return 1|2|3|6|18|19|null but returns int|null.
PHPStan: src/Utils/Image.php#L681
Function imageavif not found.
PHPStan: src/Utils/ObjectHelpers.php#L151
Variable $nm might not be defined.