Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed all @author tags from phpdocs (updated copyright docblocks) #3172

Merged
merged 1 commit into from
Apr 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Helper/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Helper_Block
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Helper_Data extends Mage_Core_Helper_Abstract
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Helper/Rules/Fallback.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Helper_Rules_Fallback extends Mage_Core_Helper_Abstract
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Helper/Variable.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Helper_Variable
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*
* @property Mage_Admin_Model_Acl_Role_Registry $_roleRegistry
*
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Acl_Assert_Ip implements Zend_Acl_Assert_Interface
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Assert/Time.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Acl_Assert_Time implements Zend_Acl_Assert_Interface
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Acl_Resource extends Zend_Acl_Resource
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*
* @method Mage_Admin_Model_Resource_Acl_Role _getResource()
* @method Mage_Admin_Model_Resource_Acl_Role getResource()
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Role/Generic.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Acl_Role_Generic extends Zend_Acl_Role
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Role/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Acl_Role_Group extends Mage_Admin_Model_Acl_Role_Generic
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Role/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Acl_Role_Registry extends Zend_Acl_Role_Registry
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Role/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Acl_Role_User extends Mage_Admin_Model_Acl_Role_Generic
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Adminhtml
* @author Magento Core Team <[email protected]>
*
* @method Mage_Admin_Model_Resource_Block _getResource()
* @method Mage_Admin_Model_Resource_Block getResource()
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Config extends Varien_Simplexml_Config
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Mysql4/Acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
* @deprecated
*/
class Mage_Admin_Model_Mysql4_Acl extends Mage_Admin_Model_Resource_Acl
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Mysql4/Acl/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
* @deprecated
*/
class Mage_Admin_Model_Mysql4_Acl_Role extends Mage_Admin_Model_Resource_Acl_Role
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
* @deprecated
*/
class Mage_Admin_Model_Mysql4_Acl_Role_Collection extends Mage_Admin_Model_Resource_Acl_Role_Collection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
* @deprecated
*/
class Mage_Admin_Model_Mysql4_Permissions_Collection extends Mage_Admin_Model_Resource_Permissions_Collection
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Mysql4/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
* @deprecated
*/
class Mage_Admin_Model_Mysql4_Role extends Mage_Admin_Model_Resource_Role
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Mysql4/Role/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
* @deprecated
*/
class Mage_Admin_Model_Mysql4_Role_Collection extends Mage_Admin_Model_Resource_Role_Collection
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Mysql4/Roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
* @deprecated
*/
class Mage_Admin_Model_Mysql4_Roles extends Mage_Admin_Model_Resource_Roles
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Mysql4/Roles/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
* @deprecated
*/
class Mage_Admin_Model_Mysql4_Roles_Collection extends Mage_Admin_Model_Resource_Roles_Collection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
* @deprecated
*/
class Mage_Admin_Model_Mysql4_Roles_User_Collection extends Mage_Admin_Model_Resource_Roles_User_Collection
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Mysql4/Rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
* @deprecated
*/
class Mage_Admin_Model_Mysql4_Rules extends Mage_Admin_Model_Resource_Rules
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Mysql4/Rules/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
* @deprecated
*/
class Mage_Admin_Model_Mysql4_Rules_Collection extends Mage_Admin_Model_Resource_Rules_Collection
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Mysql4/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
* @deprecated
*/
class Mage_Admin_Model_Mysql4_User extends Mage_Admin_Model_Resource_User
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Mysql4/User/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
* @deprecated
*/
class Mage_Admin_Model_Mysql4_User_Collection extends Mage_Admin_Model_Resource_User_Collection
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Observer
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Redirectpolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Redirectpolicy
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Resource/Acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Resource_Acl extends Mage_Core_Model_Resource_Db_Abstract
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Resource/Acl/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* @deprecated
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Resource_Acl_Role extends Mage_Core_Model_Resource_Db_Abstract
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Resource_Acl_Role_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Resource/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Adminhtml
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Resource_Block extends Mage_Core_Model_Resource_Db_Abstract
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*
* @category Mage
* @package Mage_Adminhtml
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Resource_Block_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Resource_Permissions_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Resource/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Resource_Role extends Mage_Core_Model_Resource_Db_Abstract
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*
* @method Mage_Admin_Model_Role[] getItems()
*/
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Resource/Roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Resource_Roles extends Mage_Core_Model_Resource_Db_Abstract
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Resource_Roles_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Resource_Roles_User_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Resource/Rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Resource_Rules extends Mage_Core_Model_Resource_Db_Abstract
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*
* @method Mage_Admin_Model_Rules[] getItems()
*/
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Resource/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Resource_User extends Mage_Core_Model_Resource_Db_Abstract
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Resource_User_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Resource/Variable.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*/
class Mage_Admin_Model_Resource_Variable extends Mage_Core_Model_Resource_Db_Abstract
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*
* @method Mage_Admin_Model_Variable getItemById(int $value)
* @method Mage_Admin_Model_Variable[] getItems()
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*
* @method Mage_Admin_Model_Resource_Role _getResource()
* @method Mage_Admin_Model_Resource_Role getResource()
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*
* @method Mage_Admin_Model_Resource_Roles _getResource()
* @method Mage_Admin_Model_Resource_Roles getResource()
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Admin/Model/Rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* @category Mage
* @package Mage_Admin
* @author Magento Core Team <[email protected]>
*
* @method Mage_Admin_Model_Resource_Rules _getResource()
* @method Mage_Admin_Model_Resource_Rules getResource()
Expand Down
Loading