From f7d83536d2c2379b328c46c1b528c97e294d9311 Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Tue, 7 Mar 2023 13:54:34 +0000 Subject: [PATCH 1/3] Remove forbidden @author tag --- .../OfflineShipping/Block/Adminhtml/Carrier/Tablerate/Grid.php | 2 -- .../OfflineShipping/Block/Adminhtml/Form/Field/Export.php | 2 -- .../OfflineShipping/Block/Adminhtml/Form/Field/Import.php | 2 -- app/code/Magento/OfflineShipping/Model/Carrier/Freeshipping.php | 2 -- .../Magento/OfflineShipping/Model/Config/Backend/Tablerate.php | 2 -- .../Model/Plugin/Checkout/Block/Cart/Shipping.php | 2 -- .../OfflineShipping/Model/ResourceModel/Carrier/Tablerate.php | 2 -- app/code/Magento/OfflineShipping/Model/SalesRule/Calculator.php | 2 -- app/code/Magento/OfflineShipping/Model/SalesRule/Rule.php | 2 -- .../Test/Unit/Block/Adminhtml/Form/Field/ImportTest.php | 2 -- .../Magento/Payment/Model/Method/Online/GatewayInterface.php | 2 -- app/code/Magento/Paypal/Block/Adminhtml/Settlement/Details.php | 2 -- app/code/Magento/Paypal/Block/Adminhtml/Settlement/Report.php | 1 - app/code/Magento/Paypal/Block/Express/Review.php | 1 - app/code/Magento/Paypal/Block/Hosted/Pro/Form.php | 2 -- app/code/Magento/Paypal/Block/Hosted/Pro/Iframe.php | 2 -- app/code/Magento/Paypal/Block/Hosted/Pro/Info.php | 2 -- app/code/Magento/Paypal/Block/Payflow/Advanced/Form.php | 2 -- app/code/Magento/Paypal/Block/Payflow/Link/Form.php | 2 -- app/code/Magento/Paypal/Model/Hostedpro/Request.php | 2 -- app/code/Magento/Paypal/Model/Payflow/Request.php | 2 -- app/code/Magento/Paypal/Model/Report/Settlement/Row.php | 2 -- .../Report/Settlement/Options/TransactionEvents.php | 2 -- .../Paypal/Model/ResourceModel/Report/Settlement/Row.php | 2 -- .../Model/ResourceModel/Report/Settlement/Row/Collection.php | 2 -- 25 files changed, 48 deletions(-) diff --git a/app/code/Magento/OfflineShipping/Block/Adminhtml/Carrier/Tablerate/Grid.php b/app/code/Magento/OfflineShipping/Block/Adminhtml/Carrier/Tablerate/Grid.php index 91ed6c1a9e985..53ba20467b775 100644 --- a/app/code/Magento/OfflineShipping/Block/Adminhtml/Carrier/Tablerate/Grid.php +++ b/app/code/Magento/OfflineShipping/Block/Adminhtml/Carrier/Tablerate/Grid.php @@ -8,8 +8,6 @@ /** * Shipping carrier table rate grid block * WARNING: This grid used for export table rates - * - * @author Magento Core Team */ class Grid extends \Magento\Backend\Block\Widget\Grid\Extended { diff --git a/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Export.php b/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Export.php index 1bd55cf5f1720..441ca5aa699ce 100644 --- a/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Export.php +++ b/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Export.php @@ -7,8 +7,6 @@ /** * Export CSV button for shipping table rates - * - * @author Magento Core Team */ class Export extends \Magento\Framework\Data\Form\Element\AbstractElement { diff --git a/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Import.php b/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Import.php index 77251070e90b5..9bdba3c24a3c9 100644 --- a/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Import.php +++ b/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Import.php @@ -7,8 +7,6 @@ /** * Custom import CSV file field for shipping table rates - * - * @author Magento Core Team */ class Import extends \Magento\Framework\Data\Form\Element\AbstractElement { diff --git a/app/code/Magento/OfflineShipping/Model/Carrier/Freeshipping.php b/app/code/Magento/OfflineShipping/Model/Carrier/Freeshipping.php index a1fca2b155f11..01e3f8ce2668c 100644 --- a/app/code/Magento/OfflineShipping/Model/Carrier/Freeshipping.php +++ b/app/code/Magento/OfflineShipping/Model/Carrier/Freeshipping.php @@ -6,8 +6,6 @@ /** * Free shipping model - * - * @author Magento Core Team */ namespace Magento\OfflineShipping\Model\Carrier; diff --git a/app/code/Magento/OfflineShipping/Model/Config/Backend/Tablerate.php b/app/code/Magento/OfflineShipping/Model/Config/Backend/Tablerate.php index 2a64603af0deb..91db8ecf9f0be 100644 --- a/app/code/Magento/OfflineShipping/Model/Config/Backend/Tablerate.php +++ b/app/code/Magento/OfflineShipping/Model/Config/Backend/Tablerate.php @@ -9,8 +9,6 @@ /** * Backend model for shipping table rates CSV importing - * - * @author Magento Core Team */ class Tablerate extends \Magento\Framework\App\Config\Value { diff --git a/app/code/Magento/OfflineShipping/Model/Plugin/Checkout/Block/Cart/Shipping.php b/app/code/Magento/OfflineShipping/Model/Plugin/Checkout/Block/Cart/Shipping.php index d9a2f89cead8b..8149f948ad67c 100644 --- a/app/code/Magento/OfflineShipping/Model/Plugin/Checkout/Block/Cart/Shipping.php +++ b/app/code/Magento/OfflineShipping/Model/Plugin/Checkout/Block/Cart/Shipping.php @@ -6,8 +6,6 @@ /** * Checkout cart shipping block plugin - * - * @author Magento Core Team */ namespace Magento\OfflineShipping\Model\Plugin\Checkout\Block\Cart; diff --git a/app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate.php b/app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate.php index 041adfa3fb354..d249b1b37abef 100644 --- a/app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate.php +++ b/app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate.php @@ -6,8 +6,6 @@ /** * Shipping table rates - * - * @author Magento Core Team */ namespace Magento\OfflineShipping\Model\ResourceModel\Carrier; diff --git a/app/code/Magento/OfflineShipping/Model/SalesRule/Calculator.php b/app/code/Magento/OfflineShipping/Model/SalesRule/Calculator.php index c602698e600a8..c7920c9bf8354 100644 --- a/app/code/Magento/OfflineShipping/Model/SalesRule/Calculator.php +++ b/app/code/Magento/OfflineShipping/Model/SalesRule/Calculator.php @@ -6,8 +6,6 @@ /** * Shopping Cart Rule data model - * - * @author Magento Core Team */ namespace Magento\OfflineShipping\Model\SalesRule; diff --git a/app/code/Magento/OfflineShipping/Model/SalesRule/Rule.php b/app/code/Magento/OfflineShipping/Model/SalesRule/Rule.php index f601200b8ed45..ab7fa4fe43a89 100644 --- a/app/code/Magento/OfflineShipping/Model/SalesRule/Rule.php +++ b/app/code/Magento/OfflineShipping/Model/SalesRule/Rule.php @@ -6,8 +6,6 @@ /** * Shopping Cart Rule data model - * - * @author Magento Core Team */ namespace Magento\OfflineShipping\Model\SalesRule; diff --git a/app/code/Magento/OfflineShipping/Test/Unit/Block/Adminhtml/Form/Field/ImportTest.php b/app/code/Magento/OfflineShipping/Test/Unit/Block/Adminhtml/Form/Field/ImportTest.php index 062e428ef68b1..38b4a5bf5a071 100644 --- a/app/code/Magento/OfflineShipping/Test/Unit/Block/Adminhtml/Form/Field/ImportTest.php +++ b/app/code/Magento/OfflineShipping/Test/Unit/Block/Adminhtml/Form/Field/ImportTest.php @@ -7,8 +7,6 @@ /** * Custom import CSV file field for shipping table rates - * - * @author Magento Core Team */ namespace Magento\OfflineShipping\Test\Unit\Block\Adminhtml\Form\Field; diff --git a/app/code/Magento/Payment/Model/Method/Online/GatewayInterface.php b/app/code/Magento/Payment/Model/Method/Online/GatewayInterface.php index 1344bf84baff4..1469eadbcda5f 100644 --- a/app/code/Magento/Payment/Model/Method/Online/GatewayInterface.php +++ b/app/code/Magento/Payment/Model/Method/Online/GatewayInterface.php @@ -10,8 +10,6 @@ /** * Gateway interface for online payment methods - * - * @author Magento Core Team */ interface GatewayInterface { diff --git a/app/code/Magento/Paypal/Block/Adminhtml/Settlement/Details.php b/app/code/Magento/Paypal/Block/Adminhtml/Settlement/Details.php index 65704480c1894..6116e6b645adf 100644 --- a/app/code/Magento/Paypal/Block/Adminhtml/Settlement/Details.php +++ b/app/code/Magento/Paypal/Block/Adminhtml/Settlement/Details.php @@ -7,8 +7,6 @@ /** * Settlement reports transaction details - * - * @author Magento Core Team */ class Details extends \Magento\Backend\Block\Widget\Form\Container { diff --git a/app/code/Magento/Paypal/Block/Adminhtml/Settlement/Report.php b/app/code/Magento/Paypal/Block/Adminhtml/Settlement/Report.php index 70c94650f2778..e4a271594dd42 100644 --- a/app/code/Magento/Paypal/Block/Adminhtml/Settlement/Report.php +++ b/app/code/Magento/Paypal/Block/Adminhtml/Settlement/Report.php @@ -9,7 +9,6 @@ * Adminhtml paypal settlement reports grid block * * @api - * @author Magento Core Team * @since 100.0.2 */ class Report extends \Magento\Backend\Block\Widget\Grid\Container diff --git a/app/code/Magento/Paypal/Block/Express/Review.php b/app/code/Magento/Paypal/Block/Express/Review.php index fb64eaafe7217..95b64412bef6c 100644 --- a/app/code/Magento/Paypal/Block/Express/Review.php +++ b/app/code/Magento/Paypal/Block/Express/Review.php @@ -13,7 +13,6 @@ * Paypal Express Onepage checkout block * * @api - * @author Magento Core Team * @since 100.0.2 */ class Review extends \Magento\Framework\View\Element\Template diff --git a/app/code/Magento/Paypal/Block/Hosted/Pro/Form.php b/app/code/Magento/Paypal/Block/Hosted/Pro/Form.php index 70eff8f83ba99..7471af9019ff8 100644 --- a/app/code/Magento/Paypal/Block/Hosted/Pro/Form.php +++ b/app/code/Magento/Paypal/Block/Hosted/Pro/Form.php @@ -7,8 +7,6 @@ /** * Hosted Pro link form - * - * @author Magento Core Team */ class Form extends \Magento\Payment\Block\Form { diff --git a/app/code/Magento/Paypal/Block/Hosted/Pro/Iframe.php b/app/code/Magento/Paypal/Block/Hosted/Pro/Iframe.php index f67c8d6759a3c..7bc523ae06a55 100644 --- a/app/code/Magento/Paypal/Block/Hosted/Pro/Iframe.php +++ b/app/code/Magento/Paypal/Block/Hosted/Pro/Iframe.php @@ -7,8 +7,6 @@ /** * Hosted Pro iframe block - * - * @author Magento Core Team */ class Iframe extends \Magento\Paypal\Block\Iframe { diff --git a/app/code/Magento/Paypal/Block/Hosted/Pro/Info.php b/app/code/Magento/Paypal/Block/Hosted/Pro/Info.php index 6d5277b0512f7..8b2b1808d2f9d 100644 --- a/app/code/Magento/Paypal/Block/Hosted/Pro/Info.php +++ b/app/code/Magento/Paypal/Block/Hosted/Pro/Info.php @@ -6,8 +6,6 @@ /** * Hosted Pro link infoblock - * - * @author Magento Core Team */ namespace Magento\Paypal\Block\Hosted\Pro; diff --git a/app/code/Magento/Paypal/Block/Payflow/Advanced/Form.php b/app/code/Magento/Paypal/Block/Payflow/Advanced/Form.php index 159abd4e2f1bb..bd739dd4a1661 100644 --- a/app/code/Magento/Paypal/Block/Payflow/Advanced/Form.php +++ b/app/code/Magento/Paypal/Block/Payflow/Advanced/Form.php @@ -7,8 +7,6 @@ /** * Payflow Advanced iframe block - * - * @author Magento Core Team */ class Form extends \Magento\Paypal\Block\Payflow\Link\Form { diff --git a/app/code/Magento/Paypal/Block/Payflow/Link/Form.php b/app/code/Magento/Paypal/Block/Payflow/Link/Form.php index fc880f494c859..a404afade6388 100644 --- a/app/code/Magento/Paypal/Block/Payflow/Link/Form.php +++ b/app/code/Magento/Paypal/Block/Payflow/Link/Form.php @@ -7,8 +7,6 @@ /** * Payflow link iframe block - * - * @author Magento Core Team */ class Form extends \Magento\Payment\Block\Form { diff --git a/app/code/Magento/Paypal/Model/Hostedpro/Request.php b/app/code/Magento/Paypal/Model/Hostedpro/Request.php index 9e0e8f1b0ba9e..a3a8f478ea306 100644 --- a/app/code/Magento/Paypal/Model/Hostedpro/Request.php +++ b/app/code/Magento/Paypal/Model/Hostedpro/Request.php @@ -15,8 +15,6 @@ /** * Website Payments Pro Hosted Solution request model to get token. - * - * @author Magento Core Team */ class Request extends DataObject { diff --git a/app/code/Magento/Paypal/Model/Payflow/Request.php b/app/code/Magento/Paypal/Model/Payflow/Request.php index b15e8441cf73b..1ce9eff27e479 100644 --- a/app/code/Magento/Paypal/Model/Payflow/Request.php +++ b/app/code/Magento/Paypal/Model/Payflow/Request.php @@ -7,8 +7,6 @@ /** * Payflow Link request model - * - * @author Magento Core Team */ class Request extends \Magento\Framework\DataObject { diff --git a/app/code/Magento/Paypal/Model/Report/Settlement/Row.php b/app/code/Magento/Paypal/Model/Report/Settlement/Row.php index 2112d8344c3cc..4df0b3bb7a009 100644 --- a/app/code/Magento/Paypal/Model/Report/Settlement/Row.php +++ b/app/code/Magento/Paypal/Model/Report/Settlement/Row.php @@ -39,8 +39,6 @@ * @method Row setCustomField(string $value) * @method string getConsumerId() * @method Row setConsumerId(string $value) - * - * @author Magento Core Team */ class Row extends \Magento\Framework\Model\AbstractModel { diff --git a/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Options/TransactionEvents.php b/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Options/TransactionEvents.php index ad47e7b84fe20..4242d2f5d8462 100644 --- a/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Options/TransactionEvents.php +++ b/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Options/TransactionEvents.php @@ -7,8 +7,6 @@ /** * Transaction Events Types Options - * - * @author Magento Core Team */ class TransactionEvents implements \Magento\Framework\Option\ArrayInterface { diff --git a/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Row.php b/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Row.php index 82485e07a0c8f..be3dad01ceefe 100644 --- a/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Row.php +++ b/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Row.php @@ -7,8 +7,6 @@ /** * Report settlement row resource model - * - * @author Magento Core Team */ class Row extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb { diff --git a/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Row/Collection.php b/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Row/Collection.php index 81042b19481ac..bdec4f1b37cc7 100644 --- a/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Row/Collection.php +++ b/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Row/Collection.php @@ -6,8 +6,6 @@ /** * Resource collection for report rows - * - * @author Magento Core Team */ namespace Magento\Paypal\Model\ResourceModel\Report\Settlement\Row; From a185325740d2ce340ef67e158ab3971929547e5f Mon Sep 17 00:00:00 2001 From: engcom-Echo Date: Fri, 5 Jul 2024 08:08:56 +0530 Subject: [PATCH 2/3] Fixed static test failures. --- .../OfflineShipping/Block/Adminhtml/Form/Field/Export.php | 2 ++ .../OfflineShipping/Block/Adminhtml/Form/Field/Import.php | 2 ++ .../OfflineShipping/Model/Config/Backend/Tablerate.php | 2 ++ app/code/Magento/OfflineShipping/Model/SalesRule/Rule.php | 4 ++-- .../Magento/Paypal/Block/Adminhtml/Settlement/Details.php | 3 +-- app/code/Magento/Paypal/Block/Hosted/Pro/Iframe.php | 3 +-- app/code/Magento/Paypal/Model/Report/Settlement/Row.php | 5 +---- .../Report/Settlement/Options/TransactionEvents.php | 2 +- .../Paypal/Model/ResourceModel/Report/Settlement/Row.php | 3 +-- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Export.php b/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Export.php index 441ca5aa699ce..fbcaa3c4e88de 100644 --- a/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Export.php +++ b/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Export.php @@ -34,6 +34,8 @@ public function __construct( } /** + * Get elementHtml + * * @return string */ public function getElementHtml() diff --git a/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Import.php b/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Import.php index 9bdba3c24a3c9..624f3111e1c37 100644 --- a/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Import.php +++ b/app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Import.php @@ -11,6 +11,8 @@ class Import extends \Magento\Framework\Data\Form\Element\AbstractElement { /** + * Initialize Import + * * @return void */ protected function _construct() diff --git a/app/code/Magento/OfflineShipping/Model/Config/Backend/Tablerate.php b/app/code/Magento/OfflineShipping/Model/Config/Backend/Tablerate.php index 91db8ecf9f0be..0fff28336f532 100644 --- a/app/code/Magento/OfflineShipping/Model/Config/Backend/Tablerate.php +++ b/app/code/Magento/OfflineShipping/Model/Config/Backend/Tablerate.php @@ -42,6 +42,8 @@ public function __construct( } /** + * After save + * * @return $this */ public function afterSave() diff --git a/app/code/Magento/OfflineShipping/Model/SalesRule/Rule.php b/app/code/Magento/OfflineShipping/Model/SalesRule/Rule.php index ab7fa4fe43a89..5f6acd6294644 100644 --- a/app/code/Magento/OfflineShipping/Model/SalesRule/Rule.php +++ b/app/code/Magento/OfflineShipping/Model/SalesRule/Rule.php @@ -18,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; } diff --git a/app/code/Magento/Paypal/Block/Adminhtml/Settlement/Details.php b/app/code/Magento/Paypal/Block/Adminhtml/Settlement/Details.php index 6116e6b645adf..0b7daa75ef4bd 100644 --- a/app/code/Magento/Paypal/Block/Adminhtml/Settlement/Details.php +++ b/app/code/Magento/Paypal/Block/Adminhtml/Settlement/Details.php @@ -11,8 +11,7 @@ class Details extends \Magento\Backend\Block\Widget\Form\Container { /** - * Block construction - * Initialize titles, buttons + * Block construction Initialize titles, buttons * * @return void */ diff --git a/app/code/Magento/Paypal/Block/Hosted/Pro/Iframe.php b/app/code/Magento/Paypal/Block/Hosted/Pro/Iframe.php index 7bc523ae06a55..e1c9cdd4b0ba8 100644 --- a/app/code/Magento/Paypal/Block/Hosted/Pro/Iframe.php +++ b/app/code/Magento/Paypal/Block/Hosted/Pro/Iframe.php @@ -11,8 +11,7 @@ class Iframe extends \Magento\Paypal\Block\Iframe { /** - * Internal constructor - * Set payment method code + * Internal constructor Set payment method code * * @return void */ diff --git a/app/code/Magento/Paypal/Model/Report/Settlement/Row.php b/app/code/Magento/Paypal/Model/Report/Settlement/Row.php index 4df0b3bb7a009..9dbe58029ce81 100644 --- a/app/code/Magento/Paypal/Model/Report/Settlement/Row.php +++ b/app/code/Magento/Paypal/Model/Report/Settlement/Row.php @@ -50,8 +50,6 @@ class Row extends \Magento\Framework\Model\AbstractModel private $eventLabelsList = []; /** - * Cast amount relation - * * @var array */ private $castAmountRelation = [ @@ -70,8 +68,7 @@ protected function _construct() } /** - * Return description of Reference ID Type - * If no code specified, return full list of codes with their description + * Return description of Reference ID Type If no code specified, return full list of codes with their description * * @param string $code * @return string diff --git a/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Options/TransactionEvents.php b/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Options/TransactionEvents.php index 4242d2f5d8462..3a82f164f6813 100644 --- a/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Options/TransactionEvents.php +++ b/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Options/TransactionEvents.php @@ -24,7 +24,7 @@ public function __construct(\Magento\Paypal\Model\Report\Settlement\Row $model) } /** - * {@inheritdoc} + * @inheritdoc */ public function toOptionArray() { diff --git a/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Row.php b/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Row.php index be3dad01ceefe..114fd4555c5fc 100644 --- a/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Row.php +++ b/app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Row.php @@ -11,8 +11,7 @@ class Row extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb { /** - * Resource model initialization. - * Set main entity table name and primary key field name. + * Resource model initialization.Set main entity table name and primary key field name. * * @return void */ From 2f27ee079a59d8c6780764523160bdc2b3f99d36 Mon Sep 17 00:00:00 2001 From: glo24157 Date: Wed, 30 Apr 2025 19:39:41 +0530 Subject: [PATCH 3/3] Update copyright information --- .../Block/Adminhtml/Carrier/Tablerate/Grid.php | 4 ++-- .../OfflineShipping/Block/Adminhtml/Form/Field/Export.php | 4 ++-- .../OfflineShipping/Block/Adminhtml/Form/Field/Import.php | 4 ++-- .../Magento/OfflineShipping/Model/Carrier/Freeshipping.php | 4 ++-- .../OfflineShipping/Model/Config/Backend/Tablerate.php | 4 ++-- .../OfflineShipping/Model/ResourceModel/Carrier/Tablerate.php | 4 ++-- .../Magento/OfflineShipping/Model/SalesRule/Calculator.php | 4 ++-- app/code/Magento/OfflineShipping/Model/SalesRule/Rule.php | 4 ++-- .../Test/Unit/Block/Adminhtml/Form/Field/ImportTest.php | 4 ++-- .../Magento/Payment/Model/Method/Online/GatewayInterface.php | 4 ++-- .../Magento/Paypal/Block/Adminhtml/Settlement/Details.php | 4 ++-- app/code/Magento/Paypal/Block/Adminhtml/Settlement/Report.php | 4 ++-- app/code/Magento/Paypal/Block/Express/Review.php | 4 ++-- app/code/Magento/Paypal/Block/Hosted/Pro/Form.php | 4 ++-- app/code/Magento/Paypal/Block/Hosted/Pro/Iframe.php | 4 ++-- app/code/Magento/Paypal/Block/Hosted/Pro/Info.php | 4 ++-- app/code/Magento/Paypal/Block/Payflow/Advanced/Form.php | 4 ++-- app/code/Magento/Paypal/Block/Payflow/Link/Form.php | 4 ++-- app/code/Magento/Paypal/Model/Hostedpro/Request.php | 4 ++-- app/code/Magento/Paypal/Model/Payflow/Request.php | 4 ++-- app/code/Magento/Paypal/Model/Report/Settlement/Row.php | 4 ++-- .../Report/Settlement/Options/TransactionEvents.php | 4 ++-- .../Paypal/Model/ResourceModel/Report/Settlement/Row.php | 4 ++-- .../Model/ResourceModel/Report/Settlement/Row/Collection.php | 4 ++-- 24 files changed, 48 insertions(+), 48 deletions(-) diff --git a/app/code/Magento/OfflineShipping/Block/Adminhtml/Carrier/Tablerate/Grid.php b/app/code/Magento/OfflineShipping/Block/Adminhtml/Carrier/Tablerate/Grid.php index 53ba20467b775..e7b105d6e2c3a 100644 --- a/app/code/Magento/OfflineShipping/Block/Adminhtml/Carrier/Tablerate/Grid.php +++ b/app/code/Magento/OfflineShipping/Block/Adminhtml/Carrier/Tablerate/Grid.php @@ -1,7 +1,7 @@