Skip to content

M9 php84 deprecations#20

Open
volman-dev wants to merge 2 commits into
quasarstream:masterfrom
volman-dev:m9-php84-deprecations
Open

M9 php84 deprecations#20
volman-dev wants to merge 2 commits into
quasarstream:masterfrom
volman-dev:m9-php84-deprecations

Conversation

@volman-dev
Copy link
Copy Markdown

Q A
Bug fix? no
New feature? no

What's in this PR?

Removes deprecation notifications in PHP 8.4

Why?

PHP 8.4 compatibility

Implicit-nullable parameters are deprecated in PHP 8.4 and become
hard errors in PHP 9. Add ? prefix to 7 parameter type hints across
helpers.php, Media/MediaInterface.php, and Media/Media.php.

No behaviour change — PHP's implicit nullable for default=null has
always been equivalent to explicit ?T.
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