Skip to content

added MemoizingIterator [WIP] #555

added MemoizingIterator [WIP]

added MemoizingIterator [WIP] #555

Triggered via push May 3, 2024 10:48
Status Success
Total duration 38s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Iterators/MemoizingIterator.php#L30
Syntax error, unexpected T_NAME_FULLY_QUALIFIED, expecting T_VARIABLE on line 30
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#L241
Method Nette\Utils\Image::detectTypeFromFile() should return 1|2|3|6|18|19|null but returns int|null.
PHPStan: src/Utils/Image.php#L252
Method Nette\Utils\Image::detectTypeFromString() should return 1|2|3|6|18|19|null but returns int|null.