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
Push — master ( d608fb...dda6c6 )
by
unknown
17:58 queued 03:27
created
src/app/code/community/EbayEnterprise/Catalog/Helper/Map/Stock.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,6 +63,7 @@  discard block
 block discarded – undo
63 63
      *
64 64
      * @param array
65 65
      * @param int
66
+     * @param integer $productId
66 67
      * @return self
67 68
      */
68 69
     public function saveStockItem(array $stockData, $productId)
@@ -92,6 +93,8 @@  discard block
 block discarded – undo
92 93
      *
93 94
      * @param int
94 95
      * @param string
96
+     * @param integer $productId
97
+     * @param string|null $value
95 98
      * @return array
96 99
      */
97 100
     protected function buildStockData($productId, $value)
@@ -110,6 +113,7 @@  discard block
 block discarded – undo
110 113
 
111 114
     /**
112 115
      * @param int
116
+     * @param integer $backorders
113 117
      * @return array
114 118
      */
115 119
     protected function getIsInStockData($backorders)
@@ -141,7 +145,7 @@  discard block
 block discarded – undo
141 145
      * @param  array
142 146
      * @param  string $field Valid array key
143 147
      * @param  mixed
144
-     * @return mixed
148
+     * @return EbayEnterprise_Catalog_Helper_Factory
145 149
      */
146 150
     protected function nullCoalesce(array $arr, $field, $default)
147 151
     {
Please login to merge, or discard this patch.