Completed
Push — develop ( b68cde...86f0dd )
by Adam
57s queued 52s
created
src/Common/Message/AbstractRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
      * Set a parameter on the request
181 181
      *
182 182
      * @param string $key
183
-     * @param mixed $value
183
+     * @param string $value
184 184
      * @return $this
185 185
      * @throws RuntimeException
186 186
      */
Please login to merge, or discard this patch.
src/Common/Tests/AbstractServiceTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@
 block discarded – undo
86 86
         return $this->httpRequest;
87 87
     }
88 88
 
89
+    /**
90
+     * @param string $class
91
+     */
89 92
     public function callCreateRequest($class, array $parameters)
90 93
     {
91 94
         return $this->createRequest($class, $parameters);
Please login to merge, or discard this patch.