Skip to content

Updates needed for php 8.4 #231

Closed
@leenooks

Description

@leenooks

Howdy,

Looks like with php 8.4, your model is throwing some PHP Deprecated messages.

PHP Deprecated:  Rennokki\QueryCache\Traits\QueryCacheModule::getFromQueryCache(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 72
PHP Deprecated:  Rennokki\QueryCache\Traits\QueryCacheModule::getQueryCacheCallback(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 98
PHP Deprecated:  Rennokki\QueryCache\Traits\QueryCacheModule::getCacheKey(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 115
PHP Deprecated:  Rennokki\QueryCache\Traits\QueryCacheModule::getCacheKey(): Implicitly marking parameter $appends as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 115
PHP Deprecated:  Rennokki\QueryCache\Traits\QueryCacheModule::generateCacheKey(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 131
PHP Deprecated:  Rennokki\QueryCache\Traits\QueryCacheModule::generateCacheKey(): Implicitly marking parameter $appends as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 131
PHP Deprecated:  Rennokki\QueryCache\Traits\QueryCacheModule::generatePlainCacheKey(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 150
PHP Deprecated:  Rennokki\QueryCache\Traits\QueryCacheModule::generatePlainCacheKey(): Implicitly marking parameter $appends as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 150
PHP Deprecated:  Rennokki\QueryCache\Contracts\QueryCacheModuleInterface::generatePlainCacheKey(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Contracts/QueryCacheModuleInterface.php on line 15
PHP Deprecated:  Rennokki\QueryCache\Contracts\QueryCacheModuleInterface::generatePlainCacheKey(): Implicitly marking parameter $appends as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Contracts/QueryCacheModuleInterface.php on line 15
PHP Deprecated:  Rennokki\QueryCache\Contracts\QueryCacheModuleInterface::getQueryCacheCallback(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Contracts/QueryCacheModuleInterface.php on line 25

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions