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 ( 8c902a...b02519 )
by Michael
15:59 queued 49s
created
src/app/code/community/EbayEnterprise/Order/Model/Creditissued.php 3 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
     /**
62 62
      * Return the value at field in array if it exists. Otherwise, use the default value.
63 63
      * @param  array $arr
64
-     * @param  string|int $field Valid array key
64
+     * @param  string $field Valid array key
65 65
      * @param  mixed $default
66 66
      * @return mixed
67 67
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
  * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
14 14
  */
15 15
 
16
-use eBayEnterprise\RetailOrderManagement\Payload;
17 16
 use eBayEnterprise\RetailOrderManagement\Payload\OrderEvents;
18 17
 
19 18
 class EbayEnterprise_Order_Model_Creditissued
Please login to merge, or discard this patch.
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 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
 use eBayEnterprise\RetailOrderManagement\Payload;
17 17
 use eBayEnterprise\RetailOrderManagement\Payload\OrderEvents;
Please login to merge, or discard this patch.
app/code/community/EbayEnterprise/Order/Model/Detail/Process/Response.php 2 patches
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -14,14 +14,14 @@
 block discarded – undo
14 14
  */
15 15
 
16 16
 use eBayEnterprise\RetailOrderManagement\Payload\IPayload;
17
-use eBayEnterprise\RetailOrderManagement\Payload\Order\Detail\IOrderDetailResponse;
18
-use eBayEnterprise\RetailOrderManagement\Payload\Order\IMailingAddress;
19
-use eBayEnterprise\RetailOrderManagement\Payload\Order\IEmailAddressDestination;
20 17
 use eBayEnterprise\RetailOrderManagement\Payload\Order\Detail\IOrderDetailItem;
18
+use eBayEnterprise\RetailOrderManagement\Payload\Order\Detail\IOrderDetailResponse;
19
+use eBayEnterprise\RetailOrderManagement\Payload\Order\Detail\IOrderDetailStoredValueCardPayment;
21 20
 use eBayEnterprise\RetailOrderManagement\Payload\Order\Detail\IShipment;
21
+use eBayEnterprise\RetailOrderManagement\Payload\Order\IEmailAddressDestination;
22
+use eBayEnterprise\RetailOrderManagement\Payload\Order\IMailingAddress;
22 23
 use eBayEnterprise\RetailOrderManagement\Payload\Order\IPayment;
23 24
 use eBayEnterprise\RetailOrderManagement\Payload\Order\IShipGroup;
24
-use eBayEnterprise\RetailOrderManagement\Payload\Order\Detail\IOrderDetailStoredValueCardPayment;
25 25
 
26 26
 class EbayEnterprise_Order_Model_Detail_Process_Response extends Mage_Sales_Model_Order implements EbayEnterprise_Order_Model_Detail_Process_IResponse
27 27
 {
Please login to merge, or discard this patch.
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 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
 use eBayEnterprise\RetailOrderManagement\Payload\IPayload;
17 17
 use eBayEnterprise\RetailOrderManagement\Payload\Order\Detail\IOrderDetailResponse;
Please login to merge, or discard this patch.
code/community/EbayEnterprise/Order/Model/Detail/Process/Response/Map.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
      *
41 41
      * @param  EbayEnterprise_Eb2cCore_Model_Config_Registry
42 42
      * @param  EbayEnterprise_Eb2cCore_Helper_Data
43
-     * @return array
43
+     * @return EbayEnterprise_Eb2cCore_Model_Config_Registry[]
44 44
      */
45 45
     protected function _checkTypes(
46 46
         EbayEnterprise_Eb2cCore_Model_Config_Registry $config,
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      * @param  array
56 56
      * @param  string $field Valid array key
57 57
      * @param  mixed
58
-     * @return mixed
58
+     * @return EbayEnterprise_Eb2cCore_Model_Config_Registry
59 59
      */
60 60
     protected function _nullCoalesce(array $arr, $field, $default)
61 61
     {
Please login to merge, or discard this patch.
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 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
 use eBayEnterprise\RetailOrderManagement\Payload\Order\Detail\IOrderDetailResponse;
17 17
 
Please login to merge, or discard this patch.
community/EbayEnterprise/Order/Model/Detail/Process/Response/Payment.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
      * Type hinting for self::__construct $initParams
35 35
      *
36 36
      * @param  EbayEnterprise_Eb2cCore_Model_Config_Registry
37
-     * @return array
37
+     * @return EbayEnterprise_Eb2cCore_Model_Config_Registry[]
38 38
      */
39 39
     protected function _checkTypes(
40 40
         EbayEnterprise_Eb2cCore_Model_Config_Registry $config
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      * @param  array
49 49
      * @param  string $field Valid array key
50 50
      * @param  mixed
51
-     * @return mixed
51
+     * @return EbayEnterprise_Eb2cCore_Model_Config_Registry
52 52
      */
53 53
     protected function _nullCoalesce(array $arr, $field, $default)
54 54
     {
Please login to merge, or discard this patch.
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 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_Order_Model_Detail_Process_Response_Payment extends Mage_Sales_Model_Order_Payment
17 17
 {
Please login to merge, or discard this patch.
community/EbayEnterprise/Order/Model/Detail/Process/Response/Shipgroup.php 2 patches
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      *
49 49
      * @param  EbayEnterprise_Order_Model_Detail_Process_IResponse
50 50
      * @param  EbayEnterprise_Eb2cCore_Helper_Data
51
-     * @return array
51
+     * @return EbayEnterprise_Order_Model_Detail_Process_IResponse[]
52 52
      */
53 53
     protected function _checkTypes(
54 54
         EbayEnterprise_Order_Model_Detail_Process_IResponse $order,
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
      * @param  array
64 64
      * @param  string $field Valid array key
65 65
      * @param  mixed
66
-     * @return mixed
66
+     * @return EbayEnterprise_Eb2cCore_Helper_Data
67 67
      */
68 68
     protected function _nullCoalesce(array $arr, $field, $default)
69 69
     {
@@ -130,6 +130,7 @@  discard block
 block discarded – undo
130 130
      * Build a collection of order item from this particular ship group
131 131
      *
132 132
      * @param bool
133
+     * @param boolean $includeHidden
133 134
      * @return Varien_Data_Collection
134 135
      */
135 136
     protected function _buildItemsCollection($includeHidden)
Please login to merge, or discard this patch.
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 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_Order_Model_Detail_Process_Response_Shipgroup extends Varien_Object
17 17
 {
Please login to merge, or discard this patch.
code/community/EbayEnterprise/Order/Model/Eav/Entity/Increment/Order.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      * @param  EbayEnterprise_Eb2cCore_Helper_Data
56 56
      * @param  EbayEnterprise_Order_Helper_Data
57 57
      * @param  EbayEnterprise_Order_Helper_Factory
58
-     * @return array
58
+     * @return EbayEnterprise_Order_Helper_Factory[]
59 59
      */
60 60
     protected function _checkTypes(
61 61
         EbayEnterprise_Eb2cCore_Helper_Data $coreHelper,
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      * @param  array
72 72
      * @param  string $field Valid array key
73 73
      * @param  mixed
74
-     * @return mixed
74
+     * @return EbayEnterprise_Order_Helper_Factory
75 75
      */
76 76
     protected function _nullCoalesce(array $arr, $field, $default)
77 77
     {
Please login to merge, or discard this patch.
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 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_Order_Model_Eav_Entity_Increment_Order extends Mage_Eav_Model_Entity_Increment_Abstract
17 17
 {
Please login to merge, or discard this patch.
src/app/code/community/EbayEnterprise/Order/Model/Observer.php 2 patches
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -99,6 +99,7 @@  discard block
 block discarded – undo
99 99
      * @param  string
100 100
      * @param  array
101 101
      * @param  mixed
102
+     * @param string $key
102 103
      * @return mixed
103 104
      */
104 105
     protected function nullCoalesce($key, array $ar, $default)
@@ -280,6 +281,7 @@  discard block
 block discarded – undo
280 281
      * the document.
281 282
      *
282 283
      * @param  string
284
+     * @param string $xml
283 285
      * @return Varien_Data_Collection
284 286
      */
285 287
     protected function loadOrdersFromXml($xml)
Please login to merge, or discard this patch.
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 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
 use \eBayEnterprise\RetailOrderManagement\Payload\Exception\InvalidPayload;
17 17
 
Please login to merge, or discard this patch.
src/app/code/community/EbayEnterprise/Order/Model/Orderrejected.php 3 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     /**
63 63
      * Return the value at field in array if it exists. Otherwise, use the default value.
64 64
      * @param  array $arr
65
-     * @param  string|int $field Valid array key
65
+     * @param  string $field Valid array key
66 66
      * @param  mixed $default
67 67
      * @return mixed
68 68
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
  * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
14 14
  */
15 15
 
16
-use eBayEnterprise\RetailOrderManagement\Payload;
17 16
 use eBayEnterprise\RetailOrderManagement\Payload\OrderEvents;
18 17
 
19 18
 class EbayEnterprise_Order_Model_Orderrejected
Please login to merge, or discard this patch.
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 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
 use eBayEnterprise\RetailOrderManagement\Payload;
17 17
 use eBayEnterprise\RetailOrderManagement\Payload\OrderEvents;
Please login to merge, or discard this patch.
src/app/code/community/EbayEnterprise/Order/Model/Ordershipped.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     /**
63 63
      * Return the value at field in array if it exists. Otherwise, use the default value.
64 64
      * @param  array $arr
65
-     * @param  string|int $field Valid array key
65
+     * @param  string $field Valid array key
66 66
      * @param  mixed $default
67 67
      * @return mixed
68 68
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
  * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
14 14
  */
15 15
 
16
-use eBayEnterprise\RetailOrderManagement\Payload;
17 16
 use eBayEnterprise\RetailOrderManagement\Payload\OrderEvents;
18 17
 
19 18
 class EbayEnterprise_Order_Model_Ordershipped
Please login to merge, or discard this patch.