Skip to content

Remove forbidden @author tag #37016

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

Open
wants to merge 9 commits into
base: 2.4-develop
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Rule report resource model with aggregation by updated at
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Updatedat extends \Magento\SalesRule\Model\ResourceModel\Report\Rule\Createdat
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Sales report coupons collection
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Collection extends \Magento\SalesRule\Model\ResourceModel\Report\Collection
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* SalesRule Rule Customer Model Resource
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Customer extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* SalesRule Model Resource Rule Customer_Collection
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
{
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/SalesRule/Model/Rule/Condition/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Product rule condition data model
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Product extends \Magento\Rule\Model\Condition\Product\AbstractProduct
{
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/SalesRule/Model/Rule/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* @method \Magento\SalesRule\Model\Rule\Customer setCustomerId(int $value)
* @method int getTimesUsed()
* @method \Magento\SalesRule\Model\Rule\Customer setTimesUsed(int $value)
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Customer extends \Magento\Framework\Model\AbstractModel
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Options for Code Format Field in Auto Generated Specific Coupon Codes configuration section
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Format implements \Magento\Framework\Option\ArrayInterface
{
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/SendFriend/Block/Send.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Email to a Friend Block
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Send extends \Magento\Framework\View\Element\Template
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/SendFriend/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
/**
* SendFriend Data Helper
*
* @author Magento Core Team <core@magentocommerce.com>
*
* @api
* @since 100.0.2
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
/**
* SendFriend log resource collection
*
* @author Magento Core Team <core@magentocommerce.com>
*
* @api
* @since 100.0.2
*/
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/SendFriend/Model/SendFriend.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* @method int getTime()
* @method \Magento\SendFriend\Model\SendFriend setTime(int $value)
*
* @author Magento Core Team <core@magentocommerce.com>
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/SendFriend/Model/Source/Checktype.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Send to a Friend Limit sending by Source
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\SendFriend\Model\Source;

Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Shipping/Block/Adminhtml/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Adminhtml shipment create
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class View extends \Magento\Backend\Block\Widget\Form\Container
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Shipping/Block/Adminhtml/View/Comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Adminhtml sales shipment comment view block
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Shipping\Block\Adminhtml\View;

Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Shipping/Block/Adminhtml/View/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Shipment view form
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Shipping\Block\Adminhtml\View;

Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Shipping/Block/Items.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Sales order view items block
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Shipping\Block;

Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Shipping/Model/Shipment/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
* @method string getShippingMethod()
* @method \Magento\Shipping\Model\Shipment\Request setPackageWeight(float $value)
* @method float getPackageWeight()
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Request extends \Magento\Framework\DataObject
{
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Shipping/Model/Shipment/ReturnShipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
* @method string getShippingMethod()
* @method \Magento\Shipping\Model\Shipment\Request setPackageWeight(float $value)
* @method float getPackageWeight()
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class ReturnShipment extends \Magento\Framework\DataObject
{
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Sitemap/Block/Adminhtml/Edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Sitemap edit form container
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Edit extends \Magento\Backend\Block\Widget\Form\Container
{
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Sitemap/Block/Adminhtml/Edit/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Sitemap edit form
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Form extends \Magento\Backend\Block\Widget\Form\Generic
{
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Sitemap/Model/Observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

/**
* Sitemap module observer
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Observer
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/**
* Sitemap resource model collection
*
* @author Magento Core Team <core@magentocommerce.com>
* @api
* @since 100.0.2
*/
Expand Down