Completed
Push — master ( 70a6c9...09b651 )
by Stefan
04:12
created
src/QuantumView.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
227 227
     /**
228 228
      * Return the bookmark.
229 229
      *
230
-     * @return string|null
230
+     * @return string
231 231
      */
232 232
     public function getBookmark()
233 233
     {
Please login to merge, or discard this patch.
src/Rate.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
      *
42 42
      * @throws Exception
43 43
      *
44
-     * @return RateRequest
44
+     * @return RateResponse
45 45
      */
46 46
     public function shopRates($rateRequest)
47 47
     {
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
      *
62 62
      * @throws Exception
63 63
      *
64
-     * @return RateRequest
64
+     * @return RateResponse
65 65
      */
66 66
     public function getRate($rateRequest)
67 67
     {
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
      *
85 85
      * @throws Exception
86 86
      *
87
-     * @return RateRequest
87
+     * @return RateResponse
88 88
      */
89 89
     private function sendRequest(RateRequest $rateRequest)
90 90
     {
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
      *
197 197
      * @param SimpleXMLElement $response
198 198
      *
199
-     * @return stdClass
199
+     * @return RateResponse
200 200
      */
201 201
     private function formatResponse(SimpleXMLElement $response)
202 202
     {
Please login to merge, or discard this patch.
src/SoapRequest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
     }
178 178
 
179 179
     /**
180
-     * @param $endpointUrl
180
+     * @param string $endpointUrl
181 181
      *
182 182
      * @return $this
183 183
      */
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
     }
198 198
 
199 199
     /**
200
-     * @param $request
200
+     * @param string $request
201 201
      *
202 202
      * @return $this
203 203
      */
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
     }
218 218
 
219 219
     /**
220
-     * @param $access
220
+     * @param string $access
221 221
      *
222 222
      * @return $this
223 223
      */
Please login to merge, or discard this patch.