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

[php8.4] Implicitly marking parameter as nullable is deprecated, the explicit nullable type must be used instead #685

Open
ulises-salinas opened this issue Dec 10, 2024 · 0 comments

Comments

@ulises-salinas
Copy link

  • Laravel Version: 11.33
  • Laratrust Version: 8.3
  • PHP version: 8.4.1

Describe the bug
Error in terminal:
DEPRECATED Laratrust\Traits\HasRolesAndPermissions::allPermissions(): Implicitly marking parameter $columns as nullable is deprecated, the explicit nullable type must be used instead in vendor/santigarcor/laratrust/src/Traits/HasRolesAndPermissions.php on line 501.

DEPRECATED Laratrust\Contracts\LaratrustUser::allPermissions(): Implicitly marking parameter $columns as nullable is deprecated, the explicit nullable type must be used instead in vendor/santigarcor/laratrust/src/Contracts/LaratrustUser.php on line 153.

To Reproduce
Normal installation

image

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

No branches or pull requests

1 participant