Skip to content

Fix PHP 8.4 incompatibility#881

Closed
arnested wants to merge 1 commit into
chapter-three:mainfrom
arnested:php8.4
Closed

Fix PHP 8.4 incompatibility#881
arnested wants to merge 1 commit into
chapter-three:mainfrom
arnested:php8.4

Conversation

@arnested
Copy link
Copy Markdown

The module throws some warnings about "Implicitly marking a parameter as nullable is deprecated since PHP 8.4."

This pull request is for: (mark with an "x")

  • examples/*
  • modules/next
  • packages/next-drupal
  • starters/basic-starter
  • starters/graphql-starter
  • starters/pages-starter
  • Other

GitHub Issue: #870

  • I need help adding tests. (mark with an "x")
    Code changes need test coverage. If you don't know
    how to make tests, check this box to ask for help.

Describe your changes

Adjusts the method signatures regarding implicit nullable parameters to be compatible with PHP 8.4.

Previously submitted as #869, but I accidentally closed that by deleting my fork.

The module throws some warnings about "Implicitly marking a parameter as nullable is deprecated since PHP 8.4."
@bojanbogdanovic
Copy link
Copy Markdown
Collaborator

Resolved in #823.

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.

2 participants