Skip to content
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

Fixes php 8.4 deprecation warnings like: "Implicitly marking paramete… #607

Open
wants to merge 1 commit into
base: v6
Choose a base branch
from

Conversation

julesgraus
Copy link

Fixes php 8.4 deprecation warnings like: "Implicitly marking parameter ... as nullable is deprecated, the explicit nullable type must be used instead in ..."

Example Warning: PHP Deprecated: Kalnoy\Nestedset\NodeTrait::create(): Implicitly marking parameter $parent as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/kalnoy/nestedset/src/NodeTrait.php on line 754

And fixes "Class "Laravel\SerializableClosure\Support\ReflectionClosure" not found" when running the tests.

I've discovered more issues with php docblocks that can be fixed in different ways, but i wanted to keep this pull request as small as possible.

…r ... as nullable is deprecated, the explicit nullable type must be used instead in ..."

Example Warning: PHP Deprecated:  Kalnoy\Nestedset\NodeTrait::create(): Implicitly marking parameter $parent as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/kalnoy/nestedset/src/NodeTrait.php on line 754

And fixes "Class "Laravel\SerializableClosure\Support\ReflectionClosure" not found" when running the tests.
@it-can
Copy link

it-can commented Dec 23, 2024

@lazychaser Can this be merged?

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