소스 검색

Fix phpdocs.

[ci skip]
Daniele Alessandri 11 년 전
부모
커밋
b0f955b437
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lib/Predis/Client.php

+ 2 - 2
lib/Predis/Client.php

@@ -195,7 +195,7 @@ class Client implements ClientInterface
     }
 
     /**
-     * Closes the underlying connection and disconnect from the server.
+     * Closes the underlying connection and disconnects from the server.
      */
     public function disconnect()
     {
@@ -203,7 +203,7 @@ class Client implements ClientInterface
     }
 
     /**
-     * Closes the underlying connection and disconnect from the server.
+     * Closes the underlying connection and disconnects from the server.
      *
      * This is the same as `Client::disconnect()` as it does not actually send
      * the `QUIT` command to Redis, but simply closes the connection.