Completed
Push — master ( 5bebc3...591c9a )
by Ben
9s
created
src/SimpleUPS/AddressValidate/Request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @return Response|\SimpleUPS\Api\Response|\SimpleXMLElement
96
+     * @return Response
97 97
      */
98 98
     public function sendRequest()
99 99
     {
Please login to merge, or discard this patch.
src/SimpleUPS/Rates/Package.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-     * @return float
93
+     * @return string
94 94
      */
95 95
     public function getType()
96 96
     {
Please login to merge, or discard this patch.
src/SimpleUPS/Rates/ShippingMethod.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,6 @@
 block discarded – undo
156 156
     /**
157 157
      * @internal
158 158
      *
159
-     * @param string $totalCharges
160 159
      *
161 160
      * @return ShippingMethod
162 161
      */
Please login to merge, or discard this patch.
src/SimpleUPS/UPS.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -343,7 +343,7 @@  discard block
 block discarded – undo
343 343
     }
344 344
 
345 345
     /**
346
-     * @param $accessLicenseNumber
346
+     * @param string $accessLicenseNumber
347 347
      *
348 348
      * @internal
349 349
      */
@@ -373,7 +373,7 @@  discard block
 block discarded – undo
373 373
     }
374 374
 
375 375
     /**
376
-     * @param $password
376
+     * @param string $password
377 377
      *
378 378
      * @internal
379 379
      */
@@ -402,7 +402,7 @@  discard block
 block discarded – undo
402 402
     }
403 403
 
404 404
     /**
405
-     * @param $userId
405
+     * @param string $userId
406 406
      *
407 407
      * @internal
408 408
      */
Please login to merge, or discard this patch.