GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Pull Request — master (#11)
by Michael
39:07 queued 25:59
created
code/community/EbayEnterprise/Eb2cInventory/Model/Feed/Item/Inventories.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
      *
105 105
      * @param string $sku the stock-keeping unit.
106 106
      * @param int $qty the new quantity available to promise.
107
-     * @return bool true if the inventory was updated
107
+     * @return EbayEnterprise_Eb2cInventory_Model_Feed_Item_Inventories true if the inventory was updated
108 108
      */
109 109
     protected function updateInventory($sku, $qty)
110 110
     {
@@ -121,6 +121,7 @@  discard block
 block discarded – undo
121 121
      *
122 122
      * @param string
123 123
      * @param int
124
+     * @param integer $quantity
124 125
      * @return self
125 126
      */
126 127
     protected function updateProductInventory($id, $quantity)
@@ -154,6 +155,7 @@  discard block
 block discarded – undo
154 155
      * Log a warning if the requested sku cannot be found.
155 156
      *
156 157
      * @param string
158
+     * @param string $sku
157 159
      * @return self
158 160
      */
159 161
     protected function handleSkuNotFound($sku)
Please login to merge, or discard this patch.
EbayEnterprise/Eb2cInventory/Test/Model/Feed/Item/InventoriesTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@
 block discarded – undo
223 223
      *
224 224
      * @param  int $minQty    Min qty to be in stock
225 225
      * @param  int $updateQty Qty item is being updated to
226
-     * @param  int $isInStock Should be considered in stock
226
+     * @param  int $wasInStock Should be considered in stock
227 227
      * @param  bool
228 228
      * @dataProvider provideInStockStatuses
229 229
      */
Please login to merge, or discard this patch.