Completed
Branch master (bde26a)
by liu
02:52
created
src/Drivers/PHPRedis.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 
47 47
     /**
48 48
      * This method will never throw exception, only return false when can't connect with server
49
-     * @return bool|string
49
+     * @return string|false
50 50
      */
51 51
     public function ping()
52 52
     {
Please login to merge, or discard this patch.
src/Manager.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -115,6 +115,10 @@
 block discarded – undo
115 115
         }
116 116
     }
117 117
 
118
+    /**
119
+     * @param string $resource
120
+     * @param string $token
121
+     */
118 122
     private static function unlockServer(Server $server, $resource, $token)
119 123
     {
120 124
         $script = self::UNLOCK_SCRIPT;
Please login to merge, or discard this patch.