Skip to content

Commit

Permalink
Added escaping on Redis session library
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed May 9, 2024
1 parent 99eea55 commit 3557051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload/system/library/session/redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ class Redis {
*/
private object $config;
/**
* @var object
* @var ?\Redis
*/
private object $redis;
private ?\Redis $redis;
/**
* @var string
*/
Expand Down

0 comments on commit 3557051

Please sign in to comment.