Skip to content

Fix Deprecation message for php 8.4 #475

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

Closed
robsontenorio opened this issue Dec 27, 2024 · 1 comment · Fixed by #477
Closed

Fix Deprecation message for php 8.4 #475

robsontenorio opened this issue Dec 27, 2024 · 1 comment · Fixed by #477

Comments

@robsontenorio
Copy link

"
PHP message: PHP Deprecated: GeneaLabs\LaravelModelCaching\Traits\ModelCaching::scopeWithCacheCooldownSeconds(): Implicitly marking parameter $seconds as nullable is deprecated, the explicit nullable type must be used instead in /var/www/app/vendor/genealabs/laravel-model-caching/src/Traits/ModelCaching.php on line 161;
"

"
PHP message: PHP Deprecated: GeneaLabs\LaravelModelCaching\Traits\BuilderCaching::withoutGlobalScopes(): Implicitly marking parameter $scopes as nullable is deprecated, the explicit nullable type must be used instead in /var/www/app/vendor/genealabs/laravel-model-caching/src/Traits/BuilderCaching.php on line 34;
"

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 a pull request may close this issue.

2 participants
@robsontenorio and others