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
app/code/community/EbayEnterprise/Order/Model/Search/Process/Response.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 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\Customer\IOrderSummaryResponse;
17 16
 use eBayEnterprise\RetailOrderManagement\Payload\Customer\IOrderSummaryIterable;
17
+use eBayEnterprise\RetailOrderManagement\Payload\Customer\IOrderSummaryResponse;
18 18
 
19 19
 class EbayEnterprise_Order_Model_Search_Process_Response implements EbayEnterprise_Order_Model_Search_Process_IResponse
20 20
 {
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\Customer\IOrderSummaryResponse;
17 17
 use eBayEnterprise\RetailOrderManagement\Payload\Customer\IOrderSummaryIterable;
Please login to merge, or discard this patch.
code/community/EbayEnterprise/Order/Model/Search/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\Customer\IOrderSummary;
17 17
 
Please login to merge, or discard this patch.
code/community/EbayEnterprise/Order/Model/System/Config/Source/Emailer.php 3 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      * Type hinting for self::__construct $initParams
30 30
      *
31 31
      * @param  EbayEnterprise_Order_Helper_Data
32
-     * @return array
32
+     * @return EbayEnterprise_Order_Helper_Data[]
33 33
      */
34 34
     protected function _checkTypes(EbayEnterprise_Order_Helper_Data $orderHelper)
35 35
     {
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
      * @param  array
43 43
      * @param  string $field Valid array key
44 44
      * @param  mixed
45
-     * @return mixed
45
+     * @return EbayEnterprise_Order_Helper_Data
46 46
      */
47 47
     protected function _nullCoalesce(array $arr, $field, $default)
48 48
     {
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_System_Config_Source_Emailer
17 17
 {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     public function toOptionArray()
58 58
     {
59 59
         $arr = $this->toArray();
60
-        return array_map(function ($k) use ($arr) {
60
+        return array_map(function($k) use ($arr) {
61 61
             return ['value' => $k, 'label' => $arr[$k]];
62 62
         }, array_keys($arr));
63 63
     }
Please login to merge, or discard this patch.
EbayEnterprise/Order/Overrides/Block/Checkout/Multishipping/Success.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
      * @param  array
63 63
      * @param  string $field Valid array key
64 64
      * @param  mixed
65
-     * @return mixed
65
+     * @return EbayEnterprise_Order_Helper_Factory
66 66
      */
67 67
     protected function nullCoalesce(array $arr, $field, $default)
68 68
     {
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_Overrides_Block_Checkout_Multishipping_Success extends Mage_Checkout_Block_Multishipping_Success
17 17
 {
Please login to merge, or discard this patch.
app/code/community/EbayEnterprise/Order/Overrides/Block/Order/Abstract.php 2 patches
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
      *
54 54
      * @param  EbayEnterprise_Order_Helper_Data
55 55
      * @param  Mage_Core_Helper_Data
56
-     * @return array
56
+     * @return Mage_Core_Helper_Data[]
57 57
      */
58 58
     protected function _checkTypes(
59 59
         EbayEnterprise_Order_Helper_Data $orderHelper,
@@ -79,6 +79,7 @@  discard block
 block discarded – undo
79 79
      * @see Mage_Core_Block_Abstract::getHelper()
80 80
      * Returns a helper instance.
81 81
      *
82
+     * @param string $type
82 83
      * @return EbayEnterprise_Order_Helper_Data
83 84
      * @SuppressWarnings(PHPMD.UnusedFormalParameter)
84 85
      */
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_Overrides_Block_Order_Abstract extends Mage_Core_Block_Template
17 17
 {
Please login to merge, or discard this patch.
src/app/code/community/EbayEnterprise/Order/Overrides/Block/Order/Info.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
      *
57 57
      * @param  EbayEnterprise_Order_Helper_Data
58 58
      * @param  EbayEnterprise_Order_Helper_Factory
59
-     * @return array
59
+     * @return EbayEnterprise_Order_Helper_Factory[]
60 60
      */
61 61
     protected function _checkTypes(
62 62
         EbayEnterprise_Order_Helper_Data $orderHelper,
@@ -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_Overrides_Block_Order_Info extends Mage_Sales_Block_Order_Info
17 17
 {
Please login to merge, or discard this patch.
src/app/code/community/EbayEnterprise/Order/Overrides/Block/Order/Items.php 2 patches
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@  discard block
 block discarded – undo
44 44
      * @param   string
45 45
      * @param   string
46 46
      * @param   string
47
+     * @param string $type
48
+     * @param string $block
49
+     * @param string $template
47 50
      * @return  Mage_Checkout_Block_Cart_Abstract
48 51
      */
49 52
     public function addItemRender($type, $block, $template)
@@ -61,6 +64,7 @@  discard block
 block discarded – undo
61 64
      * Retrieve item renderer block
62 65
      *
63 66
      * @param  string
67
+     * @param string $type
64 68
      * @return Mage_Core_Block_Abstract
65 69
      */
66 70
     public function getItemRenderer($type)
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_Overrides_Block_Order_Items extends EbayEnterprise_Order_Overrides_Block_Order_Abstract
17 17
 {
Please login to merge, or discard this patch.
app/code/community/EbayEnterprise/Order/Overrides/Block/Order/Recent.php 2 patches
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -47,6 +47,7 @@  discard block
 block discarded – undo
47 47
     /**
48 48
      * Returns URL for view a specific order id.
49 49
      * @param  string
50
+     * @param string $orderId
50 51
      * @return string
51 52
      */
52 53
     public function getViewUrl($orderId)
@@ -58,6 +59,7 @@  discard block
 block discarded – undo
58 59
      * Returns URL to cancel an order.
59 60
      *
60 61
      * @param  string
62
+     * @param string $orderId
61 63
      * @return string
62 64
      */
63 65
     public function getCancelUrl($orderId)
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_Overrides_Block_Order_Recent extends EbayEnterprise_Order_Overrides_Block_Order_Abstract
17 17
 {
Please login to merge, or discard this patch.
app/code/community/EbayEnterprise/Order/Overrides/Model/Enterprise/Rma.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
      * Type hinting for self::__construct $initParams
48 48
      *
49 49
      * @param  EbayEnterprise_Eb2cCore_Model_Config_Registry
50
-     * @return array
50
+     * @return EbayEnterprise_Eb2cCore_Model_Config_Registry[]
51 51
      */
52 52
     protected function _checkTypes(EbayEnterprise_Eb2cCore_Model_Config_Registry $config)
53 53
     {
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
      * @param  array
61 61
      * @param  string $field Valid array key
62 62
      * @param  mixed
63
-     * @return mixed
63
+     * @return EbayEnterprise_Eb2cCore_Model_Config_Registry
64 64
      */
65 65
     protected function _nullCoalesce(array $arr, $field, $default)
66 66
     {
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_Overrides_Model_Enterprise_Rma extends Enterprise_Rma_Model_Rma
17 17
 {
Please login to merge, or discard this patch.