-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support for PHP 8.4 #201
Conversation
Seems like the PHP 8.4 pipeline is blocked by laminas/laminas-stdlib#118 |
Yes and laminas/laminas-stdlib#118 looks to be blocked due to vimeo/psalm#10928 I added a comment laminas/laminas-stdlib#118 (comment) to confirm same. Lets hope dependent PRs get merged soon to unblock this. |
cb4901f
to
603f8d5
Compare
@gsteel I am facing some issues while resolving one of the issue in
Here, if we add Please suggest if we can keep mandatory parameter $b before optional parameter $a in this ? Or any other advise if not. |
Also, this is a Test asset - BC is not a concern. |
default that safe even extended, also, named argument is not used in the test :) |
abb0265
to
a316f8e
Compare
@samsonasik Please review and let me know if clarification or code modification required. |
Sign off is needed, read https://github.com/laminas/laminas-code/pull/201/checks?check_run_id=32024385175 |
Signed-off-by: Nishant Rana <[email protected]>
Signed-off-by: Nishant Rana <[email protected]>
…deprecated, the explicit nullable type must be used instead Signed-off-by: Nishant Rana <[email protected]>
…deprecated, the explicit nullable type must be used instead Signed-off-by: Nishant Rana <[email protected]>
Signed-off-by: Nishant Rana <[email protected]>
Signed-off-by: Nishant Rana <[email protected]>
Signed-off-by: Nishant Rana <[email protected]>
f6020c1
to
a6cc85e
Compare
@gsteel PR changes are approved. Can you please check and merge this PR ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @nishant04412
Description