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 ( cf33ac...ad74ca )
by Michael
13:01
created
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_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case
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_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case
17 17
 {
Please login to merge, or discard this patch.
src/app/code/community/EbayEnterprise/Order/Test/Block/Order/CancelTest.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -19,6 +19,7 @@
 block discarded – undo
19 19
      * Create a block instance
20 20
      *
21 21
      * @param string
22
+     * @param string $class
22 23
      * @return Mage_Core_Block_Abstract
23 24
      */
24 25
     protected function _createBlock($class)
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_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case
17 17
 {
Please login to merge, or discard this patch.
src/app/code/community/EbayEnterprise/Order/Test/Helper/DataTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
     /**
210 210
      * Test getting the current user id, prefixed by the configured client
211 211
      * customer id prefix.
212
-     * @param string|null $customer Customer retrieved from the session
212
+     * @param string|null $customerId Customer retrieved from the session
213 213
      * @param string $prefix Client customer id prefix
214 214
      * @param string|null $prefixedId prefixed customer id
215 215
      * @param int $length customer id padding length using zeros
Please login to merge, or discard this patch.
Indentation   +14 added lines, -14 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_Order_Test_Helper_DataTest extends EbayEnterprise_Eb2cCore_Test_Base
17 17
 {
@@ -352,8 +352,8 @@  discard block
 block discarded – undo
352 352
     }
353 353
 
354 354
         /**
355
-     * Test removing the order increment id prefix.
356
-     */
355
+         * Test removing the order increment id prefix.
356
+         */
357 357
     public function testRemoveOrderIncrementPrefix()
358 358
     {
359 359
         $admin = Mage::getModel('core/store', ['store_id' => 0]);
Please login to merge, or discard this patch.
app/code/community/EbayEnterprise/Order/Test/Helper/Item/SelectionTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      *
30 30
      * @param string
31 31
      * @param Mage_Sales_Model_Order_Item|null
32
-     * @return Mage_Sales_Model_Order_Item
32
+     * @return EcomDev_PHPUnit_Mock_Proxy
33 33
      */
34 34
         protected function _mockItem($productType = null, Mage_Sales_Model_Order_Item $parentItem = null)
35 35
         {
Please login to merge, or discard this patch.
Indentation   +31 added lines, -31 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_Order_Test_Helper_Item_SelectionTest extends EcomDev_PHPUnit_Test_Case
17 17
     {
@@ -24,13 +24,13 @@  discard block
 block discarded – undo
24 24
         }
25 25
 
26 26
         /**
27
-     * Create a quote item stubbed to return the given product type, parent
28
-     * item and quote item.
29
-     *
30
-     * @param string
31
-     * @param Mage_Sales_Model_Order_Item|null
32
-     * @return Mage_Sales_Model_Order_Item
33
-     */
27
+         * Create a quote item stubbed to return the given product type, parent
28
+         * item and quote item.
29
+         *
30
+         * @param string
31
+         * @param Mage_Sales_Model_Order_Item|null
32
+         * @return Mage_Sales_Model_Order_Item
33
+         */
34 34
         protected function _mockItem($productType = null, Mage_Sales_Model_Order_Item $parentItem = null)
35 35
         {
36 36
             $item = $this->getModelMock(
@@ -47,8 +47,8 @@  discard block
 block discarded – undo
47 47
         }
48 48
 
49 49
         /**
50
-     * When selecting form only simple items, no items should be filtered out.
51
-     */
50
+         * When selecting form only simple items, no items should be filtered out.
51
+         */
52 52
         public function testSelectFromSimpleProducts()
53 53
         {
54 54
             $item = $this->_mockItem(Mage_Catalog_Model_Product_Type::TYPE_SIMPLE);
@@ -58,9 +58,9 @@  discard block
 block discarded – undo
58 58
         }
59 59
 
60 60
         /**
61
-     * When selecting form a list with configurable items - parent config and
62
-     * simple child, only the parent item should be returned in the array of items.
63
-     */
61
+         * When selecting form a list with configurable items - parent config and
62
+         * simple child, only the parent item should be returned in the array of items.
63
+         */
64 64
         public function testSelectFromConfigurableProducts()
65 65
         {
66 66
             $parentItem = $this->_mockItem(Mage_Catalog_Model_Product_Type::TYPE_CONFIGURABLE);
@@ -71,10 +71,10 @@  discard block
 block discarded – undo
71 71
         }
72 72
 
73 73
         /**
74
-     * When selecting form a list with bundle items - parent bundle and simple
75
-     * child - both parent and child items should be returned in the array of
76
-     * selected items.
77
-     */
74
+         * When selecting form a list with bundle items - parent bundle and simple
75
+         * child - both parent and child items should be returned in the array of
76
+         * selected items.
77
+         */
78 78
         public function testSelectFromBundleProducts()
79 79
         {
80 80
             $parentItem = $this->_mockItem(Mage_Catalog_Model_Product_Type::TYPE_BUNDLE);
@@ -85,9 +85,9 @@  discard block
 block discarded – undo
85 85
         }
86 86
 
87 87
         /**
88
-     * When filtering from a list with a grouped item, the grouped item item,
89
-     * which will simply be one of the items added by the group, should be included.
90
-     */
88
+         * When filtering from a list with a grouped item, the grouped item item,
89
+         * which will simply be one of the items added by the group, should be included.
90
+         */
91 91
         public function testSelectFromGroupedProducts()
92 92
         {
93 93
             $groupedItem = $this->_mockItem(Mage_Catalog_Model_Product_Type::TYPE_GROUPED);
Please login to merge, or discard this patch.
code/community/EbayEnterprise/Order/Test/Model/Cancel/Build/RequestTest.php 3 patches
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,9 +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\Order\OrderCancelRequest;
17
-use eBayEnterprise\RetailOrderManagement\Payload\PayloadFactory;
18
-
19 16
 class EbayEnterprise_Order_Test_Model_Cancel_Build_RequestTest extends EbayEnterprise_Eb2cCore_Test_Base
20 17
 {
21 18
     const API_CLASS = '\eBayEnterprise\RetailOrderManagement\Api\HttpApi';
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
             // This key is required
175 175
             'order' => $order,
176 176
         ]]);
177
-        $buildRequest->expects($order->getCancelReasonCode()? $this->never() : $this->once())
177
+        $buildRequest->expects($order->getCancelReasonCode() ? $this->never() : $this->once())
178 178
             // When the varien magic method sales/order::getCancelReasonCode() return
179 179
             // a non-empty string value then this method will never be called, otherwise
180 180
             // we expect it to be invoked once.
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
 
219 219
         $code = $order->getCancelReasonCode();
220 220
         $orderHelper = $this->getHelperMock('ebayenterprise_order/data', ['getCancelReasonDescription']);
221
-        $orderHelper->expects($code? $this->once() : $this->never())
221
+        $orderHelper->expects($code ? $this->once() : $this->never())
222 222
             // When the varien magic method sales/order::getCancelReasonCode() return
223 223
             // a non-empty string value we expect this method to be called once, otherwise
224 224
             // it will never be called.
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_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case
17 17
 {
Please login to merge, or discard this patch.
code/community/EbayEnterprise/Order/Test/Model/Create/RelationshipsTest.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\Order\IOrderItem;
17 16
 use eBayEnterprise\RetailOrderManagement\Payload\Order\IItemRelationship;
17
+use eBayEnterprise\RetailOrderManagement\Payload\Order\IOrderItem;
18 18
 
19 19
 /**
20 20
  * keeps track of relationship payloads
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_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case
17 17
 {
Please login to merge, or discard this patch.
src/app/code/community/EbayEnterprise/Order/Test/Model/CreateTest.php 3 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\PayloadFactory;
17 16
 use eBayEnterprise\RetailOrderManagement\Payload\Exception\InvalidPayload;
17
+use eBayEnterprise\RetailOrderManagement\Payload\PayloadFactory;
18 18
 
19 19
 /**
20 20
  * Test Order Create
Please login to merge, or discard this patch.
Spacing   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
         $this->_requestStub = $this->getMock('\eBayEnterprise\RetailOrderManagement\Payload\Order\IOrderCreateRequest');
84 84
         $this->_replyStub = $this->getMock('\eBayEnterprise\RetailOrderManagement\Payload\Order\IOrderCreateReply');
85 85
         $this->_coreHelperStub = $this->getHelperMock('eb2ccore/data', ['generateRequestId', 'getConfigModel']);
86
-        $coreConfig = $this->buildCoreConfigRegistry(['clientCustomerIdPrefix' => $this->_clientCustomerIdPrefix, 'language_code' => 'en-us', 'clientCustomerIdLength' => 0,]);
86
+        $coreConfig = $this->buildCoreConfigRegistry(['clientCustomerIdPrefix' => $this->_clientCustomerIdPrefix, 'language_code' => 'en-us', 'clientCustomerIdLength' => 0, ]);
87 87
         $this->_coreHelperStub->expects($this->any())
88 88
             ->method('getConfigModel')
89 89
             ->will($this->returnValue($coreConfig));
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
         $this->_orderHelperStub
108 108
             ->method('prefixCustomerId')
109 109
             ->will($this->returnCallback(
110
-                function ($id) use ($clientCustomerIdPrefix) {
110
+                function($id) use ($clientCustomerIdPrefix) {
111 111
                     return $clientCustomerIdPrefix . $id;
112 112
                 }
113 113
             ));
@@ -261,8 +261,7 @@  discard block
 block discarded – undo
261 261
             [$address, $this->_request->getDestinations()]
262 262
         );
263 263
         $expectedType = $address->getAddressType() === 'billing' ?
264
-            '\eBayEnterprise\RetailOrderManagement\Payload\Order\IEmailAddressDestination' :
265
-            '\eBayEnterprise\RetailOrderManagement\Payload\Order\IMailingAddress';
264
+            '\eBayEnterprise\RetailOrderManagement\Payload\Order\IEmailAddressDestination' : '\eBayEnterprise\RetailOrderManagement\Payload\Order\IMailingAddress';
266 265
         $this->assertInstanceOf($expectedType, $destination);
267 266
     }
268 267
 
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_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case
17 17
 {
Please login to merge, or discard this patch.
src/app/code/community/EbayEnterprise/Order/Test/Model/CreditissuedTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
      * @param string $name
61 61
      * @param $object
62 62
      * @param string $property
63
-     * @param $value
63
+     * @param EcomDev_PHPUnit_Mock_Proxy $value
64 64
      */
65 65
     protected function _injectProtectedProperty($name, $object, $property, $value)
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_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case
17 17
 {
Please login to merge, or discard this patch.