Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Braun <[email protected]>
  • Loading branch information
cbraunVBM committed May 21, 2024
1 parent 0726437 commit eeda725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RedisResourceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ public function setResource($id, $resource)
'database' => 0,
'resource' => null,
'initialized' => false,
'version' => "0.0.0-unknown",
'version' => '',
];
if (! $resource instanceof RedisResource) {
if ($resource instanceof Traversable) {
Expand Down

0 comments on commit eeda725

Please sign in to comment.