PHP 8.4: Implicitly marking parameters as nullable is deprecated #3911
Unanswered
jamieburchell
asked this question in
Bugs
Replies: 1 comment 1 reply
-
We have to support old 7.3 for now. In next Deployer release we will bump min php to 8. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Deployer Version
v7.4.0
Target OS
Rocky Linux 9
Which PHP version are you using?
PHP 8.3
Content of deploy.php or deploy.yaml
No response
Steps to reproduce
PHP 8.4 will produce deprecation errors:
Implicitly marking parameter
$foo
as nullable is deprecated, the explicit nullable type must be used instead.Beta Was this translation helpful? Give feedback.
All reactions