Skip to content

Strings::trim() trims ZWSP char (#304) #524

Strings::trim() trims ZWSP char (#304)

Strings::trim() trims ZWSP char (#304) #524

Triggered via push October 30, 2023 16:26
Status Success
Total duration 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Utils/Finder.php#L56
Method Nette\Utils\Finder::__callStatic() should return mixed but return statement is missing.
PHPStan: src/Utils/Finder.php#L292
Binary operation "*=" between string and 1|1000.0|1000000.0|1000000000.0 results in an error.
PHPStan: src/Utils/Image.php#L228
Comparison operation "<" between int<1, max> and 1 is always false.
PHPStan: src/Utils/Image.php#L228
Comparison operation "<" between int<1, max> and 1 is always false.
PHPStan: src/Utils/Image.php#L228
Result of || is always false.
PHPStan: src/Utils/Image.php#L234
Call to an undefined method Nette\Utils\Image::alphablending().
PHPStan: src/Utils/Image.php#L235
Call to an undefined method Nette\Utils\Image::filledrectangle().
PHPStan: src/Utils/Image.php#L236
Call to an undefined method Nette\Utils\Image::alphablending().
PHPStan: src/Utils/Image.php#L250
Method Nette\Utils\Image::detectTypeFromFile() should return 1|2|3|6|18|19|null but returns int|null.
PHPStan: src/Utils/Image.php#L261
Method Nette\Utils\Image::detectTypeFromString() should return 1|2|3|6|18|19|null but returns int|null.