Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit e24be06

Browse files
committed
Merge pull request zendframework/zendframework#6237 in master
6 parents 1cd130f + 2f4d84a + c5055d9 + b5302e2 + 9969a8b + 49e1f68 commit e24be06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Storage/Adapter/RedisResourceManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ public function setResource($id, $resource)
153153
//there are two ways of determining if redis is already initialized
154154
//with connect function:
155155
//1) pinging server
156-
//2) checking undocummented property socket which is available only
157-
//after successfull connect
156+
//2) checking undocumented property socket which is available only
157+
//after successful connect
158158
$resource = array_merge($defaults, array(
159159
'resource' => $resource,
160160
'initialized' => isset($resource->socket),

0 commit comments

Comments
 (0)