Skip to content

prevent implicit nullable deprecation errors in php 8.4#10

Merged
wgriffioen merged 1 commit intosendynl:mainfrom
mveldhuizen:prevent-implicit-null-deprecation-errors
Oct 1, 2025
Merged

prevent implicit nullable deprecation errors in php 8.4#10
wgriffioen merged 1 commit intosendynl:mainfrom
mveldhuizen:prevent-implicit-null-deprecation-errors

Conversation

@mveldhuizen
Copy link

Prevent following errors from the php linter in PHP8.4:

PHP Deprecated: Sendy\Api\ApiException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead in vendor/sendynl/php-sdk/src/ApiException.php on line 16

Deprecated: Sendy\Api\ApiException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead in vendor/sendynl/php-sdk/src/ApiException.php on line 16
No syntax errors detected in vendor/sendynl/php-sdk/src/ApiException.php
PHP Deprecated: Sendy\Api\Connection::createRequest(): Implicitly marking parameter $params as nullable is deprecated, the explicit nullable type must be used instead in vendor/sendynl/php-sdk/src/Connection.php on line 354

Deprecated: Sendy\Api\Connection::createRequest(): Implicitly marking parameter $params as nullable is deprecated, the explicit nullable type must be used instead in vendor/sendynl/php-sdk/src/Connection.php on line 354
PHP Deprecated: Sendy\Api\Connection::createRequest(): Implicitly marking parameter $headers as nullable is deprecated, the explicit nullable type must be used instead in vendor/sendynl/php-sdk/src/Connection.php on line 354

Deprecated: Sendy\Api\Connection::createRequest(): Implicitly marking parameter $headers as nullable is deprecated, the explicit nullable type must be used instead in vendor/sendynl/php-sdk/src/Connection.php on line 354
PHP Deprecated: Sendy\Api\Connection::post(): Implicitly marking parameter $body as nullable is deprecated, the explicit nullable type must be used instead in vendor/sendynl/php-sdk/src/Connection.php on line 404

Deprecated: Sendy\Api\Connection::post(): Implicitly marking parameter $body as nullable is deprecated, the explicit nullable type must be used instead in vendor/sendynl/php-sdk/src/Connection.php on line 404
No syntax errors detected in vendor/sendynl/php-sdk/src/Connection.php
No syntax errors detected in vendor/sendynl/php-sdk/src/Meta.php
No syntax errors detected in vendor/sendynl/php-sdk/src/RateLimits.php

@wgriffioen wgriffioen merged commit 4a8fa8a into sendynl:main Oct 1, 2025
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 this pull request may close these issues.

2 participants