Skip to content

Remove forbidden @author tag #37011

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
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create;

/**
* Adminhtml sales order create block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Customer extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractCreate
Expand Down
7 changes: 2 additions & 5 deletions app/code/Magento/Sales/Block/Adminhtml/Order/Create/Data.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create;

Expand All @@ -11,14 +11,11 @@
* Order create data
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Data extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractCreate
{
/**
* Currency factory
*
* @var \Magento\Directory\Model\CurrencyFactory
*/
protected $_currencyFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/

namespace Magento\Sales\Block\Adminhtml\Order\Create\Form;
Expand Down Expand Up @@ -29,22 +29,17 @@
* Create order account form
*
* @api
* @author Magento Core Team <[email protected]>
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @since 100.0.2
*/
class Account extends AbstractForm
{
/**
* Metadata form factory
*
* @var MetadataFormFactory
*/
protected $_metadataFormFactory;

/**
* Customer repository
*
* @var CustomerRepositoryInterface
*/
protected $customerRepository;
Expand Down Expand Up @@ -99,8 +94,6 @@ public function __construct(
}

/**
* Group Management
*
* @var GroupManagementInterface
*/
private $groupManagement;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create;

Expand All @@ -11,21 +11,16 @@
* Adminhtml order create gift message block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Giftmessage extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractCreate
{
/**
* Gift message save
*
* @var \Magento\GiftMessage\Model\Save
*/
protected $_giftMessageSave;

/**
* Message helper
*
* @var \Magento\GiftMessage\Helper\Message
*/
protected $_messageHelper;
Expand Down
5 changes: 2 additions & 3 deletions app/code/Magento/Sales/Block/Adminhtml/Order/Create/Items.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create;

Expand All @@ -11,7 +11,6 @@
* Adminhtml sales order create items block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Items extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractCreate
Expand Down
7 changes: 2 additions & 5 deletions app/code/Magento/Sales/Block/Adminhtml/Order/Create/Load.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create;

/**
* Adminhtml sales order create newsletter block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Load extends \Magento\Framework\View\Element\Template
Expand All @@ -20,8 +19,6 @@ class Load extends \Magento\Framework\View\Element\Template
protected $_jsHelper = null;

/**
* Json encoder
*
* @var \Magento\Framework\Json\EncoderInterface
*/
protected $_jsonEncoder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2013 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create;

/**
* Order create errors block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Messages extends \Magento\Framework\View\Element\Messages
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create;

/**
* Adminhtml sales order create newsletter block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Newsletter extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractCreate
Expand Down Expand Up @@ -46,7 +45,8 @@ public function getHeaderCssClass()
}

/**
* {@inheritdoc}
* @inheritdoc
* phpcs:disable
*/
protected function _toHtml()
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create\Newsletter;

/**
* Adminhtml sales order create newsletter form block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Form extends \Magento\Backend\Block\Widget
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create;

/**
* Adminhtml sales order create search block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Search extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractCreate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create\Search;

Expand All @@ -12,36 +12,27 @@
* Adminhtml sales order create search products block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class Grid extends \Magento\Backend\Block\Widget\Grid\Extended
{
/**
* Sales config
*
* @var \Magento\Sales\Model\Config
*/
protected $_salesConfig;

/**
* Session quote
*
* @var \Magento\Backend\Model\Session\Quote
*/
protected $_sessionQuote;

/**
* Catalog config
*
* @var \Magento\Catalog\Model\Config
*/
protected $_catalogConfig;

/**
* Product factory
*
* @var \Magento\Catalog\Model\ProductFactory
*/
protected $_productFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create\Search\Grid\Renderer;

/**
* Adminhtml sales create order product search grid price column renderer
*
* @author Magento Core Team <[email protected]>
*/
class Price extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Price
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create\Search\Grid\Renderer;

Expand All @@ -11,8 +11,6 @@

/**
* Adminhtml sales create order product search grid product name column renderer
*
* @author Magento Core Team <[email protected]>
*/
class Product extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Text
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create\Search\Grid\Renderer;

/**
* Renderer for Qty field in sales create new order search grid
*
* @author Magento Core Team <[email protected]>
*/
class Qty extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Input
{
/**
* Type config
*
* @var \Magento\Catalog\Model\ProductTypes\ConfigInterface
*/
protected $typeConfig;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
declare(strict_types=1);

Expand All @@ -11,7 +11,6 @@
* Adminhtml sales order create shipping address block
*
* @api
* @author Magento Core Team <[email protected]>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
* @since 100.0.2
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create\Shipping;

/**
* Adminhtml sales order create shipping method block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Method extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractCreate
Expand Down
Loading