mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
CS fixes.
[ci skip]
This commit is contained in:
@@ -103,8 +103,8 @@ class PhpiredisConnection extends AbstractConnection
|
||||
/**
|
||||
* Initializes the protocol reader resource.
|
||||
*/
|
||||
private function initializeReader() {
|
||||
|
||||
private function initializeReader()
|
||||
{
|
||||
$reader = phpiredis_reader_create();
|
||||
|
||||
phpiredis_reader_set_status_handler($reader, $this->getStatusHandler());
|
||||
@@ -251,7 +251,8 @@ class PhpiredisConnection extends AbstractConnection
|
||||
* @param ConnectionParametersInterface $parameters Parameters used to initialize the connection.
|
||||
* @return string
|
||||
*/
|
||||
private function connectWithTimeout(ConnectionParametersInterface $parameters) {
|
||||
private function connectWithTimeout(ConnectionParametersInterface $parameters)
|
||||
{
|
||||
$host = self::getAddress($parameters);
|
||||
$socket = $this->getResource();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user