-
Notifications
You must be signed in to change notification settings - Fork 240
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
PHP 8.4 support #624
Labels
Comments
andypost
added a commit
to skilld-labs/prophecy
that referenced
this issue
Apr 30, 2024
andypost
added a commit
to skilld-labs/prophecy
that referenced
this issue
Aug 21, 2024
andypost
added a commit
to skilld-labs/prophecy
that referenced
this issue
Aug 21, 2024
andypost
added a commit
to skilld-labs/prophecy
that referenced
this issue
Aug 21, 2024
andypost
added a commit
to skilld-labs/prophecy
that referenced
this issue
Aug 21, 2024
andypost
added a commit
to skilld-labs/prophecy
that referenced
this issue
Aug 22, 2024
andypost
added a commit
to skilld-labs/prophecy
that referenced
this issue
Aug 29, 2024
andypost
added a commit
to skilld-labs/prophecy
that referenced
this issue
Aug 29, 2024
#625 seems to be the last standing PR needed to have full PHP 8.4 compat. |
andypost
added a commit
to skilld-labs/prophecy
that referenced
this issue
Oct 28, 2024
andypost
added a commit
to skilld-labs/prophecy
that referenced
this issue
Oct 28, 2024
andypost
added a commit
to skilld-labs/prophecy
that referenced
this issue
Oct 28, 2024
- make optional argument the last - make sure nullable is generated
andypost
added a commit
to skilld-labs/prophecy
that referenced
this issue
Oct 28, 2024
- finalname is not optional argument - make sure nullable is generated
andypost
added a commit
to skilld-labs/prophecy
that referenced
this issue
Oct 28, 2024
- fullname argument is not optional - make sure nullable array is generated
Now waiting for new release but looks it depends on compatible |
@stof last 8.4.0RC4 this week any chance to see compatible release next week? This is only Drupal dependency which reports incompatibility with 8.4 |
@stof Thank you a lot!!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I started testing Drupal 11 with PHP 8.4 and faced issues because of https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated
I did patch some code (will provide PR) but still getting deprecation warnings from mocks
Probably the
\Prophecy\Doubler\ClassPatch\DisableConstructorPatch::apply()
needs changesThe text was updated successfully, but these errors were encountered: