Completed
Push — master ( 3a7e0d...31af9f )
by Eugene
06:06
created
src/Connection/StreamConnection.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -79,6 +79,9 @@
 block discarded – undo
79 79
         return $this->read($length, 'Unable to read response.');
80 80
     }
81 81
 
82
+    /**
83
+     * @param string $errorMessage
84
+     */
82 85
     private function read($length, $errorMessage)
83 86
     {
84 87
         if ($data = stream_get_contents($this->stream, $length)) {
Please login to merge, or discard this patch.