@@ -1,17 +1,17 @@ discard block |
||
| 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 |
||
| 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 |