Completed
Branch master (00332a)
by Eugene
05:11
created
src/Client.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -154,6 +154,7 @@
 block discarded – undo
154 154
 
155 155
     /**
156 156
      * @param mixed ...$args
157
+     * @param integer $args
157 158
      */
158 159
     public function call(string $funcName, ...$args) : array
159 160
     {
Please login to merge, or discard this patch.
tests/Integration/TestCase.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -104,6 +104,9 @@
 block discarded – undo
104 104
         return $connection;
105 105
     }
106 106
 
107
+    /**
108
+     * @return resource
109
+     */
107 110
     final public static function getRawStream(StreamConnection $connection)
108 111
     {
109 112
         $prop = (new \ReflectionObject($connection))->getProperty('stream');
Please login to merge, or discard this patch.