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 all commits
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
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2013 Adobe
* All Rights Reserved.
*/
namespace Magento\GiftMessage\Block\Adminhtml\Product\Helper\Form;

/**
* 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
@@ -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\GiftMessage\Block\Adminhtml\Sales\Order\Create;

/**
* 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
@@ -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\GiftMessage\Block\Adminhtml\Sales\Order\Create;

/**
* 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
@@ -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\GiftMessage\Block\Adminhtml\Sales\Order\Create;

/**
* 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
@@ -1,22 +1,19 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\GiftMessage\Block\Adminhtml\Sales\Order\View;

/**
* 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
{
/**
* Core registry
*
* @var \Magento\Framework\Registry
*/
protected $_coreRegistry = null;
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\GiftMessage\Block\Adminhtml\Sales\Order\View;

/**
* 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
@@ -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\GiftMessage\Block\Adminhtml\Sales\Order\View;

/**
* 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
6 changes: 2 additions & 4 deletions app/code/Magento/GiftMessage/Block/Message/Inline.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\GiftMessage\Block\Message;

Expand All @@ -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
5 changes: 2 additions & 3 deletions app/code/Magento/GiftMessage/Model/Message.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 2013 Adobe
* All Rights Reserved.
*/
namespace Magento\GiftMessage\Model;

Expand All @@ -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
6 changes: 2 additions & 4 deletions app/code/Magento/GiftMessage/Model/ResourceModel/Message.php
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\GiftMessage\Model\ResourceModel;

/**
* 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
@@ -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\GiftMessage\Model\ResourceModel\Message;

/**
* Gift Message collection
*
* @author Magento Core Team <[email protected]>
*/
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
{
Expand Down
15 changes: 9 additions & 6 deletions app/code/Magento/GiftMessage/Model/Save.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\GiftMessage\Model;

/**
* Adminhtml giftmessage save model
*
* @author Magento Core Team <[email protected]>
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
*/
class Save extends \Magento\Framework\DataObject
{
Expand All @@ -18,8 +17,6 @@ class Save extends \Magento\Framework\DataObject
protected $_saved = false;

/**
* Gift message message
*
* @var \Magento\GiftMessage\Helper\Message|null
*/
protected $_giftMessageMessage = null;
Expand Down Expand Up @@ -79,6 +76,8 @@ public function saveAllInQuote()
}

/**
* Get Saved
*
* @return bool
* @SuppressWarnings(PHPMD.BooleanGetMethodName)
* @codeCoverageIgnore
Expand All @@ -89,6 +88,8 @@ public function getSaved()
}

/**
* Save all order
*
* @return $this
*/
public function saveAllInOrder()
Expand Down Expand Up @@ -301,6 +302,8 @@ public function importAllowQuoteItemsFromProducts($products)
}

/**
* Import allow quote item
*
* @param mixed $items
* @return $this
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2015 Adobe
* All Rights Reserved.
*/
namespace Magento\GiftMessage\Observer;

use Magento\Framework\Event\ObserverInterface;

/**
* 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
@@ -1,22 +1,18 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\GiftMessage\Observer;

use Magento\Framework\Event\ObserverInterface;

/**
* Gift Message Observer Model
*
* @author Magento Core Team <[email protected]>
*/
class SalesEventOrderItemToQuoteItemObserver implements ObserverInterface
{
/**
* Gift message message
*
* @var \Magento\GiftMessage\Helper\Message|null
*/
protected $_giftMessageMessage = null;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2015 Adobe
* All Rights Reserved.
*/
namespace Magento\GiftMessage\Observer;

use Magento\Framework\Event\ObserverInterface;

/**
* Gift Message Observer Model
*
* @author Magento Core Team <[email protected]>
*/
class SalesEventOrderToQuoteObserver implements ObserverInterface
{
/**
* Gift message message
*
* @var \Magento\GiftMessage\Helper\Message|null
*/
protected $_giftMessageMessage = null;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2015 Adobe
* All Rights Reserved.
*/
namespace Magento\GiftMessage\Observer;

use Magento\Framework\Event\ObserverInterface;

/**
* 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
@@ -1,13 +1,11 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/

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

Expand All @@ -16,7 +14,7 @@ abstract class Storage extends \Magento\Backend\App\Action
/**
* Authorization level of a basic admin session
*/
const ADMIN_RESOURCE = 'Magento_Backend::system';
public const ADMIN_RESOURCE = 'Magento_Backend::system';

/**
* Return file storage singleton
Expand Down
Loading