Skip to content

Conversation

@DannyvdSluijs
Copy link
Contributor

Since PHP 8.4 implicit nullable types have been deprecated, this PR makes the implicit nullable type explicit by prefixing the type with the question mark symbol.

These deprecations where visible when running find ./src -type f -name '*.php' -exec php -l {} ; grep -v 'No syntax errors' using PHP 8.4

…ted deprecation messages

These deprecations are visible when running find ./src -type f -name '*.php' -exec php -l {} \;
grep -v 'No syntax errors' using PHP 8.4
@M4tini M4tini self-assigned this Jan 8, 2026
@M4tini M4tini merged commit 47737b7 into MyParcelCOM:develop Jan 8, 2026
@M4tini M4tini mentioned this pull request Jan 8, 2026
1 task
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