glide-symfony icon indicating copy to clipboard operation
glide-symfony copied to clipboard

PHP 8.3 support

Open heddn opened this issue 1 year ago • 1 comments

  • League\Glide\Manipulators\Watermark::setWatermarks(): Implicitly marking parameter $watermarks as nullable is deprecated, the explicit nullable type must be used instead
  • League\Glide\Server::setResponseFactory(): Implicitly marking parameter $responseFactory as nullable is deprecated
  • League\Glide\Responses\SymfonyResponseFactory::__construct(): Implicitly marking parameter $request as nullable is deprecated

These are just some of the errors I'm seeing in my logs.

heddn avatar Feb 08 '25 20:02 heddn

The first 2 are for https://github.com/thephpleague/glide The 3rd on I fixed here also; https://github.com/thephpleague/glide-symfony/pull/21

barryvdh avatar May 19 '25 12:05 barryvdh