Uh oh!
There was an error while loading. Please reload this page.
PHP 8.4: Implicitly nullable parameter declarations deprecated - #22
PHP 8.4: Implicitly nullable parameter declarations deprecated#22marcing wants to merge 1 commit into
Conversation
What do you think about name of the Types class? |
falkenhawk
commented
Apr 13, 2025
Nice utility class you invented here, please use the |
marcing
commented
Apr 13, 2025
|
| "autoload": { | ||
| "psr-4": { | ||
| "PHPUnit\\": "PHPUnit" | ||
| }, |
There was a problem hiding this comment.
indent consistency issue: previously space indent was used not tabs, also seems out of place (see it in github browser)
falkenhawk
commented
Apr 14, 2025
if it's really also needed for zf1 to make it compatible with 5.3-8.4, then perhaps extract it to a separate package, as a standalone repository in the zf1s org |
8952815 to
8fcd0c4CompareFix using Zf1s\Compat\Types
8fcd0c4 to
0742da9Compare
PHP 8.4: Implicitly nullable parameter declarations deprecated
https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated
Fixes error:
Implicitly marking parameter ? as nullable is deprecated, the explicit nullable type must be used instead
Fix using Zf1s\Compat\Types