mirror of
https://github.com/predis/predis.git
synced 2026-08-26 10:49:50 +00:00
More code styling changes.
This commit is contained in:
@@ -92,6 +92,7 @@ abstract class AbstractConnection implements SingleConnectionInterface
|
||||
if ($this->isConnected()) {
|
||||
throw new ClientException('Connection already estabilished');
|
||||
}
|
||||
|
||||
$this->resource = $this->createResource();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user