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 2 patches
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.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,8 +59,7 @@
 block discarded – undo
59 59
         Mage_Sales_Model_Order $order,
60 60
         $shipmentId,
61 61
         $trackingNumber=null
62
-    )
63
-    {
62
+    ) {
64 63
         return func_get_args();
65 64
     }
66 65
 
Please login to merge, or discard this patch.
src/app/code/community/EbayEnterprise/Catalog/Model/Observers.php 2 patches
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2013-2014 eBay Enterprise, Inc.
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.md.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- *
12
- * @copyright   Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/)
13
- * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
14
- */
3
+     * Copyright (c) 2013-2014 eBay Enterprise, Inc.
4
+     *
5
+     * NOTICE OF LICENSE
6
+     *
7
+     * This source file is subject to the Open Software License (OSL 3.0)
8
+     * that is bundled with this package in the file LICENSE.md.
9
+     * It is also available through the world-wide-web at this URL:
10
+     * http://opensource.org/licenses/osl-3.0.php
11
+     *
12
+     * @copyright   Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/)
13
+     * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
14
+     */
15 15
 
16 16
 class EbayEnterprise_Catalog_Model_Observers
17 17
 {
@@ -28,13 +28,13 @@  discard block
 block discarded – undo
28 28
         );
29 29
     }
30 30
 
31
-     /**
32
-     * Type hinting for self::__construct $parameters
33
-     *
34
-     * @param  EbayEnterprise_Eb2cCore_Model_Config_Registry
35
-     * @param  EbayEnterprise_Catalog_Helper_Map_Stock
36
-     * @return array
37
-     */
31
+        /**
32
+         * Type hinting for self::__construct $parameters
33
+         *
34
+         * @param  EbayEnterprise_Eb2cCore_Model_Config_Registry
35
+         * @param  EbayEnterprise_Catalog_Helper_Map_Stock
36
+         * @return array
37
+         */
38 38
     protected function checkTypes(
39 39
         EbayEnterprise_Eb2cCore_Model_Config_Registry $config,
40 40
         EbayEnterprise_Catalog_Helper_Map_Stock $stock
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,8 +59,7 @@
 block discarded – undo
59 59
         Mage_Sales_Model_Order $order,
60 60
         $shipmentId,
61 61
         $trackingNumber=null
62
-    )
63
-    {
62
+    ) {
64 63
         return func_get_args();
65 64
     }
66 65
 
Please login to merge, or discard this patch.