Skip to content

Commit 926e005

Browse files
authored
Fixed whitespace for docblocks (#2550)
1 parent 028f783 commit 926e005

File tree

546 files changed

+2267
-2659
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

546 files changed

+2267
-2659
lines changed

app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @category Mage
1616
* @package Mage_Admin
1717
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
18-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
18+
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1919
*/
2020

2121
/**

app/code/core/Mage/Admin/sql/admin_setup/mysql4-install-0.7.0.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
* @category Mage
1616
* @package Mage_Admin
1717
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
18-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
18+
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1919
*/
2020

21-
$installer = $this;
2221
/** @var Mage_Core_Model_Resource_Setup $installer */
23-
22+
$installer = $this;
2423
$installer->startSetup();
2524

2625
$installer->run("

app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-0.7.0-0.7.1.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
* @category Mage
1616
* @package Mage_Admin
1717
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
18-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
18+
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1919
*/
2020

21-
$installer = $this;
2221
/** @var Mage_Core_Model_Resource_Setup $installer */
23-
22+
$installer = $this;
2423
$installer->startSetup();
2524

2625
$installer->getConnection()->addColumn($this->getTable('admin/user'), 'extra', 'TEXT NULL');

app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-0.7.1-0.7.2.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
* @category Mage
1616
* @package Mage_Admin
1717
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
18-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
18+
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1919
*/
2020

21-
$installer = $this;
2221
/** @var Mage_Core_Model_Resource_Setup $installer */
23-
22+
$installer = $this;
2423
$installer->startSetup();
2524

2625
$tableAdmins = $installer->getTable('admin/user');

app/code/core/Mage/AdminNotification/sql/adminnotification_setup/mysql4-install-1.0.0.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
15-
* @category Mage
16-
* @package Mage_AdminNotification
15+
* @category Mage
16+
* @package Mage_AdminNotification
1717
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
18-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
18+
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1919
*/
2020

21-
$installer = $this;
2221
/** @var Mage_Core_Model_Resource_Setup $installer */
23-
22+
$installer = $this;
2423
$installer->startSetup();
24+
2525
$installer->run("
2626
-- DROP TABLE IF EXISTS `{$installer->getTable('adminnotification_inbox')}`;
2727
CREATE TABLE IF NOT EXISTS `{$installer->getTable('adminnotification_inbox')}` (

app/code/core/Mage/Adminhtml/Block/Api/User/Edit/Tab/Main.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @category Mage
1616
* @package Mage_Adminhtml
1717
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
18-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
18+
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1919
*/
2020

2121
/**
@@ -25,10 +25,8 @@
2525
* @package Mage_Adminhtml
2626
* @author Magento Core Team <[email protected]>
2727
*/
28-
2928
class Mage_Adminhtml_Block_Api_User_Edit_Tab_Main extends Mage_Adminhtml_Block_Widget_Form
3029
{
31-
3230
protected function _prepareForm()
3331
{
3432
$model = Mage::registry('api_user');

app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Edit/Tab/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @category Mage
1616
* @package Mage_Adminhtml
1717
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
18-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
18+
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1919
*/
2020

2121
/**

app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Set/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @category Mage
1616
* @package Mage_Adminhtml
1717
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
18-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
18+
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1919
*/
2020

2121
/**

app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Set/Toolbar/Main.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @category Mage
1616
* @package Mage_Adminhtml
1717
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
18-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
18+
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1919
*/
2020

2121
/**
@@ -25,7 +25,6 @@
2525
* @package Mage_Adminhtml
2626
* @author Magento Core Team <[email protected]>
2727
*/
28-
2928
class Mage_Adminhtml_Block_Catalog_Product_Attribute_Set_Toolbar_Main extends Mage_Adminhtml_Block_Template
3029
{
3130
public function __construct()

app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Action/Attribute/Tab/Inventory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @category Mage
1616
* @package Mage_Adminhtml
1717
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
18-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
18+
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1919
*/
2020

2121
/**

0 commit comments

Comments
 (0)