Skip to content

Remove forbidden @author tag #37004

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

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove forbidden @author tag
  • Loading branch information
fredden committed Mar 7, 2023
commit 165c01f8350eeb0c63fe4f1759932a67a7e24d10
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/**
* Adminhtml additional helper block for product configuration
*
* @author Magento Core Team <[email protected]>
* @codeCoverageIgnore
*/
class Config extends \Magento\Catalog\Block\Adminhtml\Product\Helper\Form\Config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Adminhtml sales order create gift message form
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Form extends \Magento\Backend\Block\Template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Adminhtml sales order create gift options block
*
* @api
* @author Magento Core Team <[email protected]>
* @codeCoverageIgnore
* @since 100.0.2
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Gift message adminhtml sales order create items
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Items extends \Magento\Backend\Block\Template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Adminhtml sales order view gift message form
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Form extends \Magento\Backend\Block\Template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Adminhtml sales order view gift options block
*
* @api
* @author Magento Core Team <[email protected]>
* @codeCoverageIgnore
* @since 100.0.2
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Gift message adminhtml sales order view items
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Items extends \Magento\Backend\Block\Template
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/GiftMessage/Block/Message/Inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

/**
* Gift message inline edit form
*
* @author Magento Core Team <[email protected]>
*/
class Inline extends \Magento\Framework\View\Element\Template
{
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/GiftMessage/Model/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* Gift Message model
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Message extends \Magento\Framework\Model\AbstractExtensibleModel implements
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/GiftMessage/Model/ResourceModel/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Gift Message resource model
*
* @author Magento Core Team <[email protected]>
*/
class Message 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 @@

/**
* Gift Message collection
*
* @author Magento Core Team <[email protected]>
*/
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
{
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/GiftMessage/Model/Save.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Adminhtml giftmessage save model
*
* @author Magento Core Team <[email protected]>
*/
class Save extends \Magento\Framework\DataObject
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

/**
* Gift Message Observer Model
*
* @author Magento Core Team <[email protected]>
*/
class MultishippingEventCreateOrdersObserver implements ObserverInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

/**
* Gift Message Observer Model
*
* @author Magento Core Team <[email protected]>
*/
class SalesEventOrderItemToQuoteItemObserver implements ObserverInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

/**
* Gift Message Observer Model
*
* @author Magento Core Team <[email protected]>
*/
class SalesEventOrderToQuoteObserver implements ObserverInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

/**
* Gift Message Observer Model
*
* @author Magento Core Team <[email protected]>
*/
class SalesEventQuoteSubmitBeforeObserver implements ObserverInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Adminhtml account controller
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\MediaStorage\Controller\Adminhtml\System\Config\System;

Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/MediaStorage/Model/File/Storage/Flag.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Synchronize process status flag class
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\MediaStorage\Model\File\Storage;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
* $validator->setAvailablePath(array('/path/to/{@*}*.xml'));
* $validator->isValid('/path/to/my.xml'); //return true, because directory structure can't exist
* </code>
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\MediaStorage\Model\File\Validator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Multishipping checkout base abstract block
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Multishipping\Block\Checkout;

Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Multishipping/Block/Checkout/Billing.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Multishipping billing information
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Billing extends \Magento\Payment\Block\Form\Container
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Mustishipping checkout shipping
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Multishipping\Block\Checkout\Billing;

Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Multishipping/Block/Checkout/Overview.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* Multishipping checkout overview information
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Multishipping checkout payment information data
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Multishipping\Block\Checkout\Payment;

Expand Down