Completed
Push — master ( c731dd...0ae8dc )
by Gallice
42s
created
src/Api/Conversation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
     }
101 101
 
102 102
     /**
103
-     * @param $sessionId
103
+     * @param string $sessionId
104 104
      * @param Step $step
105 105
      * @param Context $context
106 106
      * @param int $currentIteration
Please login to merge, or discard this patch.
src/Client.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -102,8 +102,6 @@  discard block
 block discarded – undo
102 102
     /**
103 103
      * @param string $method
104 104
      * @param string $uri
105
-     * @param array $queryParams
106
-     * @param mixed $postParams
107 105
      *
108 106
      * @return ResponseInterface
109 107
      */
@@ -169,7 +167,7 @@  discard block
 block discarded – undo
169 167
     }
170 168
 
171 169
     /**
172
-     * @param $method
170
+     * @param string $method
173 171
      *
174 172
      * @throw \InvalidArgumentException
175 173
      */
Please login to merge, or discard this patch.