Skip to content

Fix PHP 8.4 implicit nullable deprecation in AddressResource::find#4

Open
jcmvrij wants to merge 1 commit intomainfrom
fix/php-8.4-implicit-nullable
Open

Fix PHP 8.4 implicit nullable deprecation in AddressResource::find#4
jcmvrij wants to merge 1 commit intomainfrom
fix/php-8.4-implicit-nullable

Conversation

@jcmvrij
Copy link
Copy Markdown

@jcmvrij jcmvrij commented May 4, 2026

PHP 8.4 deprecates implicitly nullable parameters (typed param with default null but no ? on the type). Mark $container and $countryCode explicitly nullable.

@jcmvrij jcmvrij marked this pull request as ready for review May 4, 2026 07:44
@jcmvrij jcmvrij requested a review from erikgaal May 4, 2026 07:44
@jcmvrij jcmvrij force-pushed the fix/php-8.4-implicit-nullable branch from 966c369 to 4c63d7c Compare May 4, 2026 07:48
PHP 8.4 deprecates implicitly nullable parameters (typed param with
default null but no `?` on the type). Mark `$container` and
`$countryCode` explicitly nullable.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jcmvrij jcmvrij force-pushed the fix/php-8.4-implicit-nullable branch from 4c63d7c to 2ae1f14 Compare May 4, 2026 07:54
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.

1 participant