Completed
Push — master ( 4df92e...913308 )
by Adam
57:18 queued 53:35
created
src/Message/AbstractRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
      * Set a single parameter
127 127
      *
128 128
      * @param string $key   The parameter key
129
-     * @param mixed $value  The value to set
129
+     * @param string $value  The value to set
130 130
      *
131 131
      * @return AbstractRequest $this Provides a fluent interface
132 132
      * @throws RuntimeException if a request parameter is modified after the request is sent
Please login to merge, or discard this patch.
test/AbstractServiceTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -97,6 +97,9 @@
 block discarded – undo
97 97
         return $this->httpRequest;
98 98
     }
99 99
 
100
+    /**
101
+     * @param string $class
102
+     */
100 103
     public function callCreateRequest($class, array $parameters)
101 104
     {
102 105
         return $this->createRequest($class, $parameters);
Please login to merge, or discard this patch.