Daniele Alessandri 13 tahun lalu
induk
melakukan
cfa97dd9f5
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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);