Daniele Alessandri 13 years ago
parent
commit
cfa97dd9f5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/Predis/Connection/StreamConnection.php

+ 2 - 1
lib/Predis/Connection/StreamConnection.php

@@ -191,7 +191,8 @@ class StreamConnection extends AbstractConnection
     /**
      * {@inheritdoc}
      */
-    public function read() {
+    public function read()
+    {
         $socket = $this->getResource();
         $chunk  = fgets($socket);