Skip to content

Commit 726865a

Browse files
committed
Fixed whitespace for docblocks (#2542)
1 parent cc7d552 commit 726865a

File tree

1,015 files changed

+3538
-3551
lines changed

Some content is hidden

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

1,015 files changed

+3538
-3551
lines changed

app/code/core/Mage/Admin/Helper/Rules/Fallback.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/Model/Acl/Role/Generic.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/Model/Acl/Role/Group.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/data/admin_setup/data-install-1.6.0.0.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/install-1.6.0.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
/**

app/code/core/Mage/AdminNotification/Model/Feed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
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

2121
/**
2222
* AdminNotification Feed model
2323
*
2424
* @category Mage
2525
* @package Mage_AdminNotification
26-
* @author Magento Core Team <[email protected]>
26+
* @author Magento Core Team <[email protected]>
2727
*/
2828
class Mage_AdminNotification_Model_Feed extends Mage_Core_Model_Abstract
2929
{

app/code/core/Mage/AdminNotification/Model/Inbox.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
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

2121
/**
2222
* AdminNotification Inbox model
2323
*
24-
* @category Mage
25-
* @package Mage_AdminNotification
26-
* @author Magento Core Team <[email protected]>
24+
* @category Mage
25+
* @package Mage_AdminNotification
26+
* @author Magento Core Team <[email protected]>
2727
*
2828
* @method Mage_AdminNotification_Model_Resource_Inbox _getResource()
2929
* @method Mage_AdminNotification_Model_Resource_Inbox getResource()

app/code/core/Mage/AdminNotification/Model/Mysql4/Inbox.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
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

2121
/**
2222
* AdminNotification Inbox model
2323
*
24-
* @category Mage
25-
* @package Mage_AdminNotification
26-
* @author Magento Core Team <[email protected]>
24+
* @category Mage
25+
* @package Mage_AdminNotification
26+
* @author Magento Core Team <[email protected]>
2727
* @deprecated
2828
*/
2929
class Mage_AdminNotification_Model_Mysql4_Inbox extends Mage_AdminNotification_Model_Resource_Inbox

app/code/core/Mage/AdminNotification/Model/Resource/Inbox.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
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

2121
/**
2222
* AdminNotification Inbox model
2323
*
24-
* @category Mage
25-
* @package Mage_AdminNotification
26-
* @author Magento Core Team <[email protected]>
24+
* @category Mage
25+
* @package Mage_AdminNotification
26+
* @author Magento Core Team <[email protected]>
2727
*/
2828
class Mage_AdminNotification_Model_Resource_Inbox extends Mage_Core_Model_Resource_Db_Abstract
2929
{

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

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,14 @@
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-
/**
22-
* AdminNotification install
23-
*
24-
* @category Mage
25-
* @package Mage_AdminNotification
26-
* @author Magento Core Team <[email protected]>
27-
*/
28-
$installer = $this;
2921
/** @var Mage_Core_Model_Resource_Setup $installer */
30-
22+
$installer = $this;
3123
$installer->startSetup();
3224
/**
3325
* Create table 'adminnotification/inbox'

0 commit comments

Comments
 (0)