added Process [WIP] #602
Annotations
10 errors and 1 warning
PHPStan:
src/Iterators/CachingIterator.php#L37
Parameter #1 $array of class ArrayIterator constructor expects array<TKey of (int|string), TValue>, stdClass given.
|
PHPStan:
src/Utils/Finder.php#L280
Binary operation "*=" between string and 1|1000.0|1000000.0|1000000000.0 results in an error.
|
PHPStan:
src/Utils/Image.php#L219
Comparison operation "<" between int<1, max> and 1 is always false.
|
PHPStan:
src/Utils/Image.php#L219
Comparison operation "<" between int<1, max> and 1 is always false.
|
PHPStan:
src/Utils/Image.php#L219
Result of || is always false.
|
PHPStan:
src/Utils/Image.php#L225
Call to an undefined method Nette\Utils\Image::alphablending().
|
PHPStan:
src/Utils/Image.php#L226
Call to an undefined method Nette\Utils\Image::filledrectangle().
|
PHPStan:
src/Utils/Image.php#L227
Call to an undefined method Nette\Utils\Image::alphablending().
|
PHPStan:
src/Utils/Image.php#L263
Offset 1|2|3|6|18|19 on array{2: 'jpeg', 3: 'png', 1: 'gif', 18: 'webp', 19: 'avif', 6: 'bmp'} in isset() always exists and is not nullable.
|
PHPStan:
src/Utils/Image.php#L310
Match arm is unreachable because previous comparison is always true.
|
PHPStan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|