diff --git a/app/code/Magento/Reports/Block/Adminhtml/Sales/Refunded.php b/app/code/Magento/Reports/Block/Adminhtml/Sales/Refunded.php index 994b29e6eb0dd..088a3ff98e0ae 100644 --- a/app/code/Magento/Reports/Block/Adminhtml/Sales/Refunded.php +++ b/app/code/Magento/Reports/Block/Adminhtml/Sales/Refunded.php @@ -9,7 +9,6 @@ * Adminhtml refunded report page content block * * @api - * @author Magento Core Team * @since 100.0.2 */ class Refunded extends \Magento\Backend\Block\Widget\Grid\Container @@ -22,7 +21,7 @@ class Refunded extends \Magento\Backend\Block\Widget\Grid\Container protected $_template = 'Magento_Reports::report/grid/container.phtml'; /** - * {@inheritdoc} + * @inheritdoc */ protected function _construct() { diff --git a/app/code/Magento/Reports/Block/Adminhtml/Sales/Refunded/Grid.php b/app/code/Magento/Reports/Block/Adminhtml/Sales/Refunded/Grid.php index 6d3f26b63ab08..3fbaa66040654 100644 --- a/app/code/Magento/Reports/Block/Adminhtml/Sales/Refunded/Grid.php +++ b/app/code/Magento/Reports/Block/Adminhtml/Sales/Refunded/Grid.php @@ -9,7 +9,6 @@ /** * Adminhtml refunded report grid block * - * @author Magento Core Team * @SuppressWarnings(PHPMD.DepthOfInheritance) */ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid diff --git a/app/code/Magento/Reports/Block/Adminhtml/Sales/Sales.php b/app/code/Magento/Reports/Block/Adminhtml/Sales/Sales.php index 64375ace3e94d..32fce6221f74b 100644 --- a/app/code/Magento/Reports/Block/Adminhtml/Sales/Sales.php +++ b/app/code/Magento/Reports/Block/Adminhtml/Sales/Sales.php @@ -9,7 +9,6 @@ * Adminhtml sales report page content block * * @api - * @author Magento Core Team * @since 100.0.2 */ class Sales extends \Magento\Backend\Block\Widget\Grid\Container @@ -22,7 +21,7 @@ class Sales extends \Magento\Backend\Block\Widget\Grid\Container protected $_template = 'Magento_Reports::report/grid/container.phtml'; /** - * {@inheritdoc} + * @inheritdoc */ protected function _construct() { diff --git a/app/code/Magento/Reports/Block/Adminhtml/Sales/Shipping.php b/app/code/Magento/Reports/Block/Adminhtml/Sales/Shipping.php index e4dbdc2737745..77be8b910c964 100644 --- a/app/code/Magento/Reports/Block/Adminhtml/Sales/Shipping.php +++ b/app/code/Magento/Reports/Block/Adminhtml/Sales/Shipping.php @@ -9,7 +9,6 @@ * Adminhtml shipping report page content block * * @api - * @author Magento Core Team * @since 100.0.2 */ class Shipping extends \Magento\Backend\Block\Widget\Grid\Container @@ -22,7 +21,7 @@ class Shipping extends \Magento\Backend\Block\Widget\Grid\Container protected $_template = 'Magento_Reports::report/grid/container.phtml'; /** - * {@inheritdoc} + * @inheritdoc */ protected function _construct() { diff --git a/app/code/Magento/Reports/Block/Adminhtml/Sales/Shipping/Grid.php b/app/code/Magento/Reports/Block/Adminhtml/Sales/Shipping/Grid.php index b354f4944b12e..b18bb687e1c69 100644 --- a/app/code/Magento/Reports/Block/Adminhtml/Sales/Shipping/Grid.php +++ b/app/code/Magento/Reports/Block/Adminhtml/Sales/Shipping/Grid.php @@ -9,7 +9,6 @@ /** * Adminhtml shipping report grid block * - * @author Magento Core Team * @SuppressWarnings(PHPMD.DepthOfInheritance) */ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid diff --git a/app/code/Magento/Reports/Block/Adminhtml/Sales/Tax.php b/app/code/Magento/Reports/Block/Adminhtml/Sales/Tax.php index fa9e63745a87d..3745ed791face 100644 --- a/app/code/Magento/Reports/Block/Adminhtml/Sales/Tax.php +++ b/app/code/Magento/Reports/Block/Adminhtml/Sales/Tax.php @@ -9,7 +9,6 @@ * Adminhtml tax report page content block * * @api - * @author Magento Core Team * @since 100.0.2 */ class Tax extends \Magento\Backend\Block\Widget\Grid\Container @@ -22,7 +21,7 @@ class Tax extends \Magento\Backend\Block\Widget\Grid\Container protected $_template = 'Magento_Reports::report/grid/container.phtml'; /** - * {@inheritdoc} + * @inheritdoc */ protected function _construct() { diff --git a/app/code/Magento/Reports/Block/Adminhtml/Sales/Tax/Grid.php b/app/code/Magento/Reports/Block/Adminhtml/Sales/Tax/Grid.php index e209ea04a6059..d583095ad60bd 100644 --- a/app/code/Magento/Reports/Block/Adminhtml/Sales/Tax/Grid.php +++ b/app/code/Magento/Reports/Block/Adminhtml/Sales/Tax/Grid.php @@ -9,7 +9,6 @@ /** * Adminhtml tax report grid block * - * @author Magento Core Team * @SuppressWarnings(PHPMD.DepthOfInheritance) */ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid diff --git a/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned.php b/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned.php index ddbc8671e0164..a956ea834af48 100644 --- a/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned.php +++ b/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned.php @@ -7,12 +7,12 @@ /** * Adminhtml abandoned shopping cart report page content block - * - * @author Magento Core Team */ class Abandoned extends \Magento\Backend\Block\Widget\Grid\Container { /** + * Initialize + * * @return void */ protected function _construct() diff --git a/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned/Grid.php b/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned/Grid.php index 2fb1ab26ac074..bcfe9fb82042c 100644 --- a/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned/Grid.php +++ b/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned/Grid.php @@ -14,7 +14,6 @@ * * @method \Magento\Reports\Model\ResourceModel\Quote\Collection getCollection() * - * @author Magento Core Team * @SuppressWarnings(PHPMD.DepthOfInheritance) */ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\Shopcart diff --git a/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Customer.php b/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Customer.php index 71402c031b047..5fd4e42e924f7 100644 --- a/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Customer.php +++ b/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Customer.php @@ -7,12 +7,12 @@ /** * Adminhtml Shopping cart customers report page content block - * - * @author Magento Core Team */ class Customer extends \Magento\Backend\Block\Widget\Grid\Container { /** + * Initialize + * * @return void */ protected function _construct() diff --git a/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Customer/Grid.php b/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Customer/Grid.php index 8e5197dd6bbdc..72d4561ebfd1a 100644 --- a/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Customer/Grid.php +++ b/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Customer/Grid.php @@ -8,7 +8,6 @@ /** * Adminhtml items in carts report grid block * - * @author Magento Core Team * @SuppressWarnings(PHPMD.DepthOfInheritance) */ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\Shopcart @@ -35,6 +34,8 @@ public function __construct( } /** + * Initialize + * * @return void */ protected function _construct() @@ -44,6 +45,8 @@ protected function _construct() } /** + * Prepare collection + * * @return \Magento\Backend\Block\Widget\Grid */ protected function _prepareCollection() @@ -60,6 +63,8 @@ protected function _prepareCollection() } /** + * After load collection + * * @return \Magento\Backend\Block\Widget\Grid|void */ protected function _afterLoadCollection() @@ -68,6 +73,8 @@ protected function _afterLoadCollection() } /** + * Prepare columns + * * @return \Magento\Backend\Block\Widget\Grid\Extended */ protected function _prepareColumns() diff --git a/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Product.php b/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Product.php index 5be0033e2ad3f..d84b8e1fb303d 100644 --- a/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Product.php +++ b/app/code/Magento/Reports/Block/Adminhtml/Shopcart/Product.php @@ -7,12 +7,12 @@ /** * Adminhtml Shopping cart products report page content block - * - * @author Magento Core Team */ class Product extends \Magento\Backend\Block\Widget\Grid\Container { /** + * Initialize + * * @return void */ protected function _construct() diff --git a/app/code/Magento/Reports/Block/Adminhtml/Wishlist.php b/app/code/Magento/Reports/Block/Adminhtml/Wishlist.php index 257eb481e1923..3e0e6c1309ebd 100644 --- a/app/code/Magento/Reports/Block/Adminhtml/Wishlist.php +++ b/app/code/Magento/Reports/Block/Adminhtml/Wishlist.php @@ -10,7 +10,7 @@ * Adminhtml wishlist report page content block * * @deprecated 100.3.3 - * @author Magento Core Team + * @see Nothing */ class Wishlist extends \Magento\Backend\Block\Template { diff --git a/app/code/Magento/Reports/Block/Adminhtml/Wishlist/Grid.php b/app/code/Magento/Reports/Block/Adminhtml/Wishlist/Grid.php index d77d6a1e2bedc..2f6bc430d3ccd 100644 --- a/app/code/Magento/Reports/Block/Adminhtml/Wishlist/Grid.php +++ b/app/code/Magento/Reports/Block/Adminhtml/Wishlist/Grid.php @@ -7,8 +7,6 @@ /** * Adminhtml wishlist report grid block - * - * @author Magento Core Team */ class Grid extends \Magento\Backend\Block\Widget\Grid\Extended { @@ -18,6 +16,8 @@ class Grid extends \Magento\Backend\Block\Widget\Grid\Extended protected $_productsFactory; /** + * Initialize + * * @param \Magento\Backend\Block\Template\Context $context * @param \Magento\Backend\Helper\Data $backendHelper * @param \Magento\Reports\Model\ResourceModel\Wishlist\Product\CollectionFactory $productsFactory @@ -34,6 +34,8 @@ public function __construct( } /** + * Initialize + * * @return void */ protected function _construct() @@ -45,6 +47,8 @@ protected function _construct() } /** + * Prepare collection + * * @return $this */ protected function _prepareCollection() @@ -63,6 +67,8 @@ protected function _prepareCollection() } /** + * Prepare Columns + * * @return \Magento\Backend\Block\Widget\Grid\Extended */ protected function _prepareColumns() diff --git a/app/code/Magento/Reports/Block/Product/AbstractProduct.php b/app/code/Magento/Reports/Block/Product/AbstractProduct.php index a9249dcfa578b..a01089b33ad8f 100644 --- a/app/code/Magento/Reports/Block/Product/AbstractProduct.php +++ b/app/code/Magento/Reports/Block/Product/AbstractProduct.php @@ -7,8 +7,6 @@ /** * Reports Recently Products Abstract Block - * - * @author Magento Core Team */ abstract class AbstractProduct extends \Magento\Catalog\Block\Product\AbstractProduct { @@ -37,6 +35,8 @@ abstract class AbstractProduct extends \Magento\Catalog\Block\Product\AbstractPr protected $_indexFactory; /** + * Initialize + * * @param \Magento\Catalog\Block\Product\Context $context * @param \Magento\Catalog\Model\Product\Visibility $productVisibility * @param \Magento\Reports\Model\Product\Index\Factory $indexFactory @@ -82,6 +82,7 @@ protected function _getProductsToSkip() /** * Public method for retrieve Product Index model + * * @throws \Magento\Framework\Exception\LocalizedException * @return \Magento\Reports\Model\Product\Index\AbstractIndex */ diff --git a/app/code/Magento/Reports/Block/Product/Compared.php b/app/code/Magento/Reports/Block/Product/Compared.php index 4bc4fc52314c9..ca43e015732c3 100644 --- a/app/code/Magento/Reports/Block/Product/Compared.php +++ b/app/code/Magento/Reports/Block/Product/Compared.php @@ -9,15 +9,15 @@ /** * Reports Recently Compared Products Block * - * @author Magento Core Team * @deprecated 100.2.0 + * @see nothing */ class Compared extends \Magento\Reports\Block\Product\AbstractProduct { /** * Config path for compared products count */ - const XML_PATH_RECENTLY_COMPARED_COUNT = 'catalog/recently_products/compared_count'; + public const XML_PATH_RECENTLY_COMPARED_COUNT = 'catalog/recently_products/compared_count'; /** * Compared Product Index type @@ -43,8 +43,7 @@ public function getPageSize() } /** - * Prepare to html - * Check has compared products + * Prepare to html Check has compared products * * @return string */ diff --git a/app/code/Magento/Reports/Block/Product/Viewed.php b/app/code/Magento/Reports/Block/Product/Viewed.php index 09d59e475905b..0a3248d242675 100644 --- a/app/code/Magento/Reports/Block/Product/Viewed.php +++ b/app/code/Magento/Reports/Block/Product/Viewed.php @@ -11,15 +11,15 @@ /** * Reports Recently Viewed Products Block * - * @author Magento Core Team * @deprecated 100.2.0 + * @see nothing */ class Viewed extends AbstractProduct implements IdentityInterface { /** * Config path to recently viewed product count */ - const XML_PATH_RECENTLY_VIEWED_COUNT = 'catalog/recently_products/viewed_count'; + public const XML_PATH_RECENTLY_VIEWED_COUNT = 'catalog/recently_products/viewed_count'; /** * Viewed Product Index type diff --git a/app/code/Magento/Reports/Block/Product/Widget/Viewed/Item.php b/app/code/Magento/Reports/Block/Product/Widget/Viewed/Item.php index 1e3eb12331bde..7e163bb231594 100644 --- a/app/code/Magento/Reports/Block/Product/Widget/Viewed/Item.php +++ b/app/code/Magento/Reports/Block/Product/Widget/Viewed/Item.php @@ -9,7 +9,7 @@ * Reports Recently Viewed Products Widget * * @deprecated 100.3.3 - * @author Magento Core Team + * @see nothing */ class Item extends \Magento\Catalog\Block\Product\AbstractProduct implements \Magento\Widget\Block\BlockInterface { diff --git a/app/code/Magento/Reports/Controller/Adminhtml/Index.php b/app/code/Magento/Reports/Controller/Adminhtml/Index.php index 11c3f3dee87f1..5cc0411e04c03 100644 --- a/app/code/Magento/Reports/Controller/Adminhtml/Index.php +++ b/app/code/Magento/Reports/Controller/Adminhtml/Index.php @@ -6,12 +6,11 @@ /** * sales admin controller - * - * @author Magento Core Team */ namespace Magento\Reports\Controller\Adminhtml; /** + * phpcs:disable Magento2.Classes.AbstractApi * @api * @since 100.0.2 */ @@ -22,7 +21,7 @@ abstract class Index extends \Magento\Backend\App\Action * * @see _isAllowed() */ - const ADMIN_RESOURCE = 'Magento_Reports::report'; + public const ADMIN_RESOURCE = 'Magento_Reports::report'; /** * @var \Magento\Framework\App\Response\Http\FileFactory diff --git a/app/code/Magento/Reports/Controller/Adminhtml/Report/AbstractReport.php b/app/code/Magento/Reports/Controller/Adminhtml/Report/AbstractReport.php index 6f36a59992376..3194d32400f97 100644 --- a/app/code/Magento/Reports/Controller/Adminhtml/Report/AbstractReport.php +++ b/app/code/Magento/Reports/Controller/Adminhtml/Report/AbstractReport.php @@ -6,8 +6,6 @@ /** * Admin abstract reports controller - * - * @author Magento Core Team */ namespace Magento\Reports\Controller\Adminhtml\Report; diff --git a/app/code/Magento/Reports/Controller/Adminhtml/Report/Customer.php b/app/code/Magento/Reports/Controller/Adminhtml/Report/Customer.php index 751f6e121560f..1283da27dcb89 100644 --- a/app/code/Magento/Reports/Controller/Adminhtml/Report/Customer.php +++ b/app/code/Magento/Reports/Controller/Adminhtml/Report/Customer.php @@ -6,9 +6,7 @@ declare(strict_types=1); /** - * * Customer reports admin controller - * */ namespace Magento\Reports\Controller\Adminhtml\Report; diff --git a/app/code/Magento/Reports/Controller/Adminhtml/Report/Product.php b/app/code/Magento/Reports/Controller/Adminhtml/Report/Product.php index 28be3714ed845..f7d6726f51ba9 100644 --- a/app/code/Magento/Reports/Controller/Adminhtml/Report/Product.php +++ b/app/code/Magento/Reports/Controller/Adminhtml/Report/Product.php @@ -6,12 +6,11 @@ /** * Product reports admin controller - * - * @author Magento Core Team */ namespace Magento\Reports\Controller\Adminhtml\Report; /** + * phpcs:disable Magento2.Classes.AbstractApi * @api * @since 100.0.2 */ diff --git a/app/code/Magento/Reports/Controller/Adminhtml/Report/Review.php b/app/code/Magento/Reports/Controller/Adminhtml/Report/Review.php index 05c398864cccb..0dc6954b82416 100644 --- a/app/code/Magento/Reports/Controller/Adminhtml/Report/Review.php +++ b/app/code/Magento/Reports/Controller/Adminhtml/Report/Review.php @@ -7,8 +7,6 @@ /** * Review reports admin controller - * - * @author Magento Core Team */ namespace Magento\Reports\Controller\Adminhtml\Report; diff --git a/app/code/Magento/Reports/Controller/Adminhtml/Report/Sales.php b/app/code/Magento/Reports/Controller/Adminhtml/Report/Sales.php index ac5b1db760457..3791c2f4a404f 100644 --- a/app/code/Magento/Reports/Controller/Adminhtml/Report/Sales.php +++ b/app/code/Magento/Reports/Controller/Adminhtml/Report/Sales.php @@ -7,8 +7,6 @@ /** * Sales report admin controller - * - * @author Magento Core Team */ namespace Magento\Reports\Controller\Adminhtml\Report; diff --git a/app/code/Magento/Reports/Controller/Adminhtml/Report/Shopcart.php b/app/code/Magento/Reports/Controller/Adminhtml/Report/Shopcart.php index 6b2ae9b9793fd..397aeba1051d5 100644 --- a/app/code/Magento/Reports/Controller/Adminhtml/Report/Shopcart.php +++ b/app/code/Magento/Reports/Controller/Adminhtml/Report/Shopcart.php @@ -6,8 +6,6 @@ /** * Shopping Cart reports admin controller - * - * @author Magento Core Team */ declare(strict_types=1); @@ -25,7 +23,7 @@ abstract class Shopcart extends \Magento\Backend\App\Action /** * Authorization of a shop cart report */ - const ADMIN_RESOURCE = 'Magento_Reports::shopcart'; + public const ADMIN_RESOURCE = 'Magento_Reports::shopcart'; /** * @var \Magento\Framework\App\Response\Http\FileFactory */ diff --git a/app/code/Magento/Reports/Model/Event.php b/app/code/Magento/Reports/Model/Event.php index 8715472ae1cbc..2e7165e7aca0e 100644 --- a/app/code/Magento/Reports/Model/Event.php +++ b/app/code/Magento/Reports/Model/Event.php @@ -21,23 +21,22 @@ * @method int getStoreId() * @method \Magento\Reports\Model\Event setStoreId(int $value) * - * @author Magento Core Team * @api * @since 100.0.2 */ class Event extends \Magento\Framework\Model\AbstractModel { - const EVENT_PRODUCT_VIEW = 1; + public const EVENT_PRODUCT_VIEW = 1; - const EVENT_PRODUCT_SEND = 2; + public const EVENT_PRODUCT_SEND = 2; - const EVENT_PRODUCT_COMPARE = 3; + public const EVENT_PRODUCT_COMPARE = 3; - const EVENT_PRODUCT_TO_CART = 4; + public const EVENT_PRODUCT_TO_CART = 4; - const EVENT_PRODUCT_TO_WISHLIST = 5; + public const EVENT_PRODUCT_TO_WISHLIST = 5; - const EVENT_WISHLIST_SHARE = 6; + public const EVENT_WISHLIST_SHARE = 6; /** * @var \Magento\Framework\Stdlib\DateTime\DateTimeFactory diff --git a/app/code/Magento/Reports/Model/Flag.php b/app/code/Magento/Reports/Model/Flag.php index 1f87848fe1da5..af81cf49566e6 100644 --- a/app/code/Magento/Reports/Model/Flag.php +++ b/app/code/Magento/Reports/Model/Flag.php @@ -8,32 +8,31 @@ /** * Report Flag Model * - * @author Magento Core Team * @api * @since 100.0.2 */ class Flag extends \Magento\Framework\Flag { - const REPORT_ORDER_FLAG_CODE = 'report_order_aggregated'; + public const REPORT_ORDER_FLAG_CODE = 'report_order_aggregated'; - const REPORT_TAX_FLAG_CODE = 'report_tax_aggregated'; + public const REPORT_TAX_FLAG_CODE = 'report_tax_aggregated'; - const REPORT_SHIPPING_FLAG_CODE = 'report_shipping_aggregated'; + public const REPORT_SHIPPING_FLAG_CODE = 'report_shipping_aggregated'; - const REPORT_INVOICE_FLAG_CODE = 'report_invoiced_aggregated'; + public const REPORT_INVOICE_FLAG_CODE = 'report_invoiced_aggregated'; - const REPORT_REFUNDED_FLAG_CODE = 'report_refunded_aggregated'; + public const REPORT_REFUNDED_FLAG_CODE = 'report_refunded_aggregated'; - const REPORT_COUPONS_FLAG_CODE = 'report_coupons_aggregated'; + public const REPORT_COUPONS_FLAG_CODE = 'report_coupons_aggregated'; - const REPORT_BESTSELLERS_FLAG_CODE = 'report_bestsellers_aggregated'; + public const REPORT_BESTSELLERS_FLAG_CODE = 'report_bestsellers_aggregated'; - const REPORT_PRODUCT_VIEWED_FLAG_CODE = 'report_product_viewed_aggregated'; + public const REPORT_PRODUCT_VIEWED_FLAG_CODE = 'report_product_viewed_aggregated'; /** * Setter for flag code - * @codeCoverageIgnore * + * @codeCoverageIgnore * @param string $code * @return $this */ diff --git a/app/code/Magento/Reports/Model/Product/Index/Compared.php b/app/code/Magento/Reports/Model/Product/Index/Compared.php index b1efb67ba88c9..3efa7cd97e57f 100644 --- a/app/code/Magento/Reports/Model/Product/Index/Compared.php +++ b/app/code/Magento/Reports/Model/Product/Index/Compared.php @@ -16,7 +16,7 @@ * @method string getAddedAt() * @method \Magento\Reports\Model\Product\Index\Compared setAddedAt(string $value) * - * @author Magento Core Team + * @SuppressWarnings(PHPMD.CookieAndSessionMisuse) * @api * @since 100.0.2 */ diff --git a/app/code/Magento/Reports/Model/Product/Index/Viewed.php b/app/code/Magento/Reports/Model/Product/Index/Viewed.php index 8b03ced3af2cf..99a297a959547 100644 --- a/app/code/Magento/Reports/Model/Product/Index/Viewed.php +++ b/app/code/Magento/Reports/Model/Product/Index/Viewed.php @@ -16,7 +16,7 @@ * @method string getAddedAt() * @method \Magento\Reports\Model\Product\Index\Viewed setAddedAt(string $value) * - * @author Magento Core Team + * @SuppressWarnings(PHPMD.CookieAndSessionMisuse) * @api * @since 100.0.2 */ diff --git a/app/code/Magento/Reports/Model/ResourceModel/Accounts/Collection.php b/app/code/Magento/Reports/Model/ResourceModel/Accounts/Collection.php index 195524f44bd4c..c9809b72585de 100644 --- a/app/code/Magento/Reports/Model/ResourceModel/Accounts/Collection.php +++ b/app/code/Magento/Reports/Model/ResourceModel/Accounts/Collection.php @@ -6,8 +6,6 @@ /** * New Accounts Report collection - * - * @author Magento Core Team */ namespace Magento\Reports\Model\ResourceModel\Accounts; diff --git a/app/code/Magento/Reports/Model/ResourceModel/Accounts/Collection/Initial.php b/app/code/Magento/Reports/Model/ResourceModel/Accounts/Collection/Initial.php index 1760f509fdc5d..3c0e850cda5d7 100644 --- a/app/code/Magento/Reports/Model/ResourceModel/Accounts/Collection/Initial.php +++ b/app/code/Magento/Reports/Model/ResourceModel/Accounts/Collection/Initial.php @@ -6,8 +6,6 @@ /** * Customers by totals Report collection - * - * @author Magento Core Team */ namespace Magento\Reports\Model\ResourceModel\Accounts\Collection; diff --git a/app/code/Magento/Reports/Model/ResourceModel/Customer/Orders/Collection.php b/app/code/Magento/Reports/Model/ResourceModel/Customer/Orders/Collection.php index 1fab53f8edbc2..805079cbc8835 100644 --- a/app/code/Magento/Reports/Model/ResourceModel/Customer/Orders/Collection.php +++ b/app/code/Magento/Reports/Model/ResourceModel/Customer/Orders/Collection.php @@ -6,8 +6,6 @@ /** * Customers by orders Report collection - * - * @author Magento Core Team */ namespace Magento\Reports\Model\ResourceModel\Customer\Orders; diff --git a/app/code/Magento/Reports/Model/ResourceModel/Customer/Orders/Collection/Initial.php b/app/code/Magento/Reports/Model/ResourceModel/Customer/Orders/Collection/Initial.php index 01bf7b94c02ea..7c4428045e51e 100644 --- a/app/code/Magento/Reports/Model/ResourceModel/Customer/Orders/Collection/Initial.php +++ b/app/code/Magento/Reports/Model/ResourceModel/Customer/Orders/Collection/Initial.php @@ -6,8 +6,6 @@ /** * Customers by orders Report collection - * - * @author Magento Core Team */ namespace Magento\Reports\Model\ResourceModel\Customer\Orders\Collection; diff --git a/app/code/Magento/Reports/Model/ResourceModel/Customer/Totals/Collection.php b/app/code/Magento/Reports/Model/ResourceModel/Customer/Totals/Collection.php index 84cd085944605..649d1c8ee2475 100644 --- a/app/code/Magento/Reports/Model/ResourceModel/Customer/Totals/Collection.php +++ b/app/code/Magento/Reports/Model/ResourceModel/Customer/Totals/Collection.php @@ -6,8 +6,6 @@ /** * Customers by totals Report collection - * - * @author Magento Core Team */ namespace Magento\Reports\Model\ResourceModel\Customer\Totals;