Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.4 compatibility: deprecations #414

Open
2 of 5 tasks
piddubnij opened this issue Dec 6, 2024 · 1 comment · May be fixed by #415
Open
2 of 5 tasks

PHP 8.4 compatibility: deprecations #414

piddubnij opened this issue Dec 6, 2024 · 1 comment · May be fixed by #415

Comments

@piddubnij
Copy link

piddubnij commented Dec 6, 2024

Describe the bug in a sentence or two.

Implicitly marking parameter as nullable is deprecated, the explicit nullable type must be used instead:

Cloudinary\Api\Provisioning\AccountApi::__construct(): $configuration
Cloudinary\Api\Provisioning\AccountApiClient::__construct(): $configuration
Cloudinary\Api\Provisioning\AccountApiClient::init(): $configuration
Cloudinary\Log\LoggerDecorator::__construct(): $config
Cloudinary\Tag\SrcSet::breakpoints(): $breakpoints
Cloudinary\Tag\BaseImageTag::breakpoints(): $breakpoints
Cloudinary\Utils::tryParseUrl(): $allowedSchemes

Cloudinary\Transformation\AudioOverlay::timeline(): $timeline
Cloudinary\Transformation\MediaOverlay::timeline(): $timeline
Cloudinary\Transformation\VideoOverlay::timeline(): $timeline
Cloudinary\Transformation\ClippingPath::__construct(): $method
Cloudinary\Transformation\QualifierMultiValue::setValue(): $value
Cloudinary\Transformation\QualifierMultiValue::setNamedValue(): $value
Cloudinary\Transformation\BaseAction::addQualifier(): $qualifier

Issue Type (Can be multiple)

  • Deprecation

Operating System

  • Linux
  • Windows
  • macOS
  • All

Environment and Frameworks (fill in the version numbers)

  • PHP Cloudinary SDK version - 2.14.0
  • PHP Version - 8.4.1
  • Framework Symphony - 7.2.0
@wissam-khalili
Copy link

Thank you for your input.
We will review this issue.

@const-cloudinary const-cloudinary linked a pull request Dec 16, 2024 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants