Skip to content

Implement brightness #110

Implement brightness

Implement brightness #110

Triggered via push January 17, 2025 13:21
Status Failure
Total duration 33s
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#L115
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#L120
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#L132
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#L137
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#L142
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#L147
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#L157
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#L162
Method Spatie\Image\Drivers\Vips\VipsDriver::pickColor() should return mixed but return statement is missing.
phpstan: src/Drivers/Vips/VipsDriver.php#L167
Method Spatie\Image\Drivers\Vips\VipsDriver::resizeCanvas() should return static(Spatie\Image\Drivers\Vips\VipsDriver) 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