mirror of
https://github.com/predis/predis.git
synced 2026-08-31 12:43:31 +00:00
Removed a spurious space character.
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ class ServerException extends PredisException { } // Server-si
|
||||
class CommunicationException extends PredisException { // Communication errors
|
||||
private $_connection;
|
||||
|
||||
public function __construct(Connection $connection, $message = null, $code = null) {
|
||||
public function __construct(Connection $connection, $message = null, $code = null) {
|
||||
$this->_connection = $connection;
|
||||
parent::__construct($message, $code);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user