Skip to content

Add blur

Add blur #109

Triggered via push January 17, 2025 13:14
Status Failure
Total duration 43s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: src/Drivers/Vips/VipsDriver.php#L85
Parameter #1 $extension of static method Spatie\Image\Exceptions\UnsupportedImageFormat::make() expects string, string|null given.
phpstan: src/Drivers/Vips/VipsDriver.php#L106
Method Spatie\Image\Drivers\Vips\VipsDriver::brightness() should return static(Spatie\Image\Drivers\Vips\VipsDriver) but return statement is missing.
phpstan: src/Drivers/Vips/VipsDriver.php#L111
Method Spatie\Image\Drivers\Vips\VipsDriver::gamma() should return static(Spatie\Image\Drivers\Vips\VipsDriver) but return statement is missing.
phpstan: src/Drivers/Vips/VipsDriver.php#L116
Method Spatie\Image\Drivers\Vips\VipsDriver::contrast() should return static(Spatie\Image\Drivers\Vips\VipsDriver) but return statement is missing.
phpstan: src/Drivers/Vips/VipsDriver.php#L128
Method Spatie\Image\Drivers\Vips\VipsDriver::colorize() should return static(Spatie\Image\Drivers\Vips\VipsDriver) but return statement is missing.
phpstan: src/Drivers/Vips/VipsDriver.php#L133
Method Spatie\Image\Drivers\Vips\VipsDriver::greyscale() should return static(Spatie\Image\Drivers\Vips\VipsDriver) but return statement is missing.
phpstan: src/Drivers/Vips/VipsDriver.php#L138
Method Spatie\Image\Drivers\Vips\VipsDriver::sepia() should return static(Spatie\Image\Drivers\Vips\VipsDriver) but return statement is missing.
phpstan: src/Drivers/Vips/VipsDriver.php#L143
Method Spatie\Image\Drivers\Vips\VipsDriver::sharpen() should return static(Spatie\Image\Drivers\Vips\VipsDriver) but return statement is missing.
phpstan: src/Drivers/Vips/VipsDriver.php#L153
Method Spatie\Image\Drivers\Vips\VipsDriver::fit() should return static(Spatie\Image\Drivers\Vips\VipsDriver) but return statement is missing.
phpstan: src/Drivers/Vips/VipsDriver.php#L158
Method Spatie\Image\Drivers\Vips\VipsDriver::pickColor() should return mixed but return statement is missing.
phpstan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636