Skip to content

Remove forbidden @author tag #37006

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

/**
* Shipping carrier table rate grid block
* WARNING: This grid used for export table rates
*
* @author Magento Core Team <[email protected]>
*/
class Grid extends \Magento\Backend\Block\Widget\Grid\Extended
{
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\OfflineShipping\Block\Adminhtml\Form\Field;

/**
* Export CSV button for shipping table rates
*
* @author Magento Core Team <[email protected]>
*/
class Export extends \Magento\Framework\Data\Form\Element\AbstractElement
{
Expand Down Expand Up @@ -36,6 +34,8 @@ public function __construct(
}

/**
* Get elementHtml
*
* @return string
*/
public function getElementHtml()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\OfflineShipping\Block\Adminhtml\Form\Field;

/**
* Custom import CSV file field for shipping table rates
*
* @author Magento Core Team <[email protected]>
*/
class Import extends \Magento\Framework\Data\Form\Element\AbstractElement
{
/**
* Initialize Import
*
* @return void
*/
protected function _construct()
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.
*/

/**
* Free shipping model
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\OfflineShipping\Model\Carrier;

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 2013 Adobe
* All Rights Reserved.
*/
namespace Magento\OfflineShipping\Model\Config\Backend;

use Magento\Framework\Model\AbstractModel;

/**
* Backend model for shipping table rates CSV importing
*
* @author Magento Core Team <[email protected]>
*/
class Tablerate extends \Magento\Framework\App\Config\Value
{
Expand Down Expand Up @@ -44,6 +42,8 @@ public function __construct(
}

/**
* After save
*
* @return $this
*/
public function afterSave()
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.
*/

/**
* Shipping table rates
*
* @author Magento Core Team <[email protected]>
*/

namespace Magento\OfflineShipping\Model\ResourceModel\Carrier;
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 2014 Adobe
* All Rights Reserved.
*/

/**
* Shopping Cart Rule data model
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\OfflineShipping\Model\SalesRule;

Expand Down
10 changes: 4 additions & 6 deletions app/code/Magento/OfflineShipping/Model/SalesRule/Rule.php
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.
*/

/**
* Shopping Cart Rule data model
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\OfflineShipping\Model\SalesRule;

Expand All @@ -20,10 +18,10 @@ class Rule
/**
* Free Shipping option "For matching items only"
*/
const FREE_SHIPPING_ITEM = 1;
public const FREE_SHIPPING_ITEM = 1;

/**
* Free Shipping option "For shipment with matching items"
*/
const FREE_SHIPPING_ADDRESS = 2;
public const FREE_SHIPPING_ADDRESS = 2;
}
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 2012 Adobe
* All Rights Reserved.
*/
declare(strict_types=1);

/**
* Custom import CSV file field for shipping table rates
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\OfflineShipping\Test\Unit\Block\Adminhtml\Form\Field;

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 2015 Adobe
* All Rights Reserved.
*/
namespace Magento\Payment\Model\Method\Online;

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

/**
* Gateway interface for online payment methods
*
* @author Magento Core Team <[email protected]>
*/
interface GatewayInterface
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Paypal\Block\Adminhtml\Settlement;

/**
* Settlement reports transaction details
*
* @author Magento Core Team <[email protected]>
*/
class Details extends \Magento\Backend\Block\Widget\Form\Container
{
/**
* Block construction
* Initialize titles, buttons
* Block construction Initialize titles, buttons
*
* @return void
*/
Expand Down
5 changes: 2 additions & 3 deletions app/code/Magento/Paypal/Block/Adminhtml/Settlement/Report.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\Paypal\Block\Adminhtml\Settlement;

/**
* Adminhtml paypal settlement reports grid block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Report extends \Magento\Backend\Block\Widget\Grid\Container
Expand Down
5 changes: 2 additions & 3 deletions app/code/Magento/Paypal/Block/Express/Review.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\Paypal\Block\Express;
Expand All @@ -13,7 +13,6 @@
* Paypal Express Onepage checkout block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Review extends \Magento\Framework\View\Element\Template
Expand Down
6 changes: 2 additions & 4 deletions app/code/Magento/Paypal/Block/Hosted/Pro/Form.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\Paypal\Block\Hosted\Pro;

/**
* Hosted Pro link form
*
* @author Magento Core Team <[email protected]>
*/
class Form extends \Magento\Payment\Block\Form
{
Expand Down
9 changes: 3 additions & 6 deletions app/code/Magento/Paypal/Block/Hosted/Pro/Iframe.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Paypal\Block\Hosted\Pro;

/**
* Hosted Pro iframe block
*
* @author Magento Core Team <[email protected]>
*/
class Iframe extends \Magento\Paypal\Block\Iframe
{
/**
* Internal constructor
* Set payment method code
* Internal constructor Set payment method code
*
* @return void
*/
Expand Down
6 changes: 2 additions & 4 deletions app/code/Magento/Paypal/Block/Hosted/Pro/Info.php
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.
*/

/**
* Hosted Pro link infoblock
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Paypal\Block\Hosted\Pro;

Expand Down
6 changes: 2 additions & 4 deletions app/code/Magento/Paypal/Block/Payflow/Advanced/Form.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\Paypal\Block\Payflow\Advanced;

/**
* Payflow Advanced iframe block
*
* @author Magento Core Team <[email protected]>
*/
class Form extends \Magento\Paypal\Block\Payflow\Link\Form
{
Expand Down
6 changes: 2 additions & 4 deletions app/code/Magento/Paypal/Block/Payflow/Link/Form.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\Paypal\Block\Payflow\Link;

/**
* Payflow link iframe block
*
* @author Magento Core Team <[email protected]>
*/
class Form extends \Magento\Payment\Block\Form
{
Expand Down
6 changes: 2 additions & 4 deletions app/code/Magento/Paypal/Model/Hostedpro/Request.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\Paypal\Model\Hostedpro;

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

/**
* Website Payments Pro Hosted Solution request model to get token.
*
* @author Magento Core Team <[email protected]>
*/
class Request extends DataObject
{
Expand Down
6 changes: 2 additions & 4 deletions app/code/Magento/Paypal/Model/Payflow/Request.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\Paypal\Model\Payflow;

/**
* Payflow Link request model
*
* @author Magento Core Team <[email protected]>
*/
class Request extends \Magento\Framework\DataObject
{
Expand Down
Loading