Skip to content

Commit

Permalink
Compatibility update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolakisae committed Apr 11, 2024
1 parent 8b5bc3c commit e3354ca
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 40 deletions.
14 changes: 7 additions & 7 deletions Block/Adminhtml/System/Config/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
/**
* MageVision Mass Email Customers Extension
*
* @category MageVision
* @package MageVision_MassEmailCustomers
* @author MageVision Team
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @category MageVision
* @package MageVision_MassEmailCustomers
* @author MageVision Team
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
declare(strict_types=1);

Expand All @@ -24,7 +24,7 @@ class Info extends AbstractBlock implements RendererInterface
protected ExtensionInfo $info;

/**
* @param Context $context
* @param Context $context
* @param ExtensionInfo $info
*/
public function __construct(
Expand All @@ -38,7 +38,7 @@ public function __construct(
/**
* Render form element as HTML
*
* @param AbstractElement $element
* @param AbstractElement $element
* @return string
* @throws FileSystemException
*/
Expand Down
24 changes: 12 additions & 12 deletions Controller/Adminhtml/Email/MassSend.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
/**
* MageVision Mass Email Customers Extension
*
* @category MageVision
* @package MageVision_MassEmailCustomers
* @author MageVision Team
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @category MageVision
* @package MageVision_MassEmailCustomers
* @author MageVision Team
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
declare(strict_types=1);

Expand Down Expand Up @@ -42,13 +42,13 @@ class MassSend extends Action
protected StateInterface $inlineTranslation;

/**
* @param Context $context
* @param Filter $filter
* @param Config $config
* @param Context $context
* @param Filter $filter
* @param Config $config
* @param CustomerCollectionFactory $customerCollectionFactory
* @param SalesCollectionFactory $salesCollectionFactory
* @param TransportBuilder $transportBuilder
* @param StateInterface $inlineTranslation
* @param SalesCollectionFactory $salesCollectionFactory
* @param TransportBuilder $transportBuilder
* @param StateInterface $inlineTranslation
*/
public function __construct(
Context $context,
Expand Down Expand Up @@ -106,7 +106,7 @@ public function execute()
}

/**
* @param object $item
* @param object $item
* @return $this
* @throws LocalizedException
* @throws MailException
Expand Down
14 changes: 7 additions & 7 deletions Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
/**
* MageVision Mass Email Customers Extension
*
* @category MageVision
* @package MageVision_MassEmailCustomers
* @author MageVision Team
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @category MageVision
* @package MageVision_MassEmailCustomers
* @author MageVision Team
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
declare(strict_types=1);

Expand Down Expand Up @@ -34,7 +34,7 @@ public function __construct(
/**
* Retrieve Sender
*
* @param int $store
* @param int $store
* @return mixed
*/
public function getSender($store = null)
Expand All @@ -49,7 +49,7 @@ public function getSender($store = null)
/**
* Retrieve Email Template
*
* @param int $store
* @param int $store
* @return mixed
*/
public function getEmailTemplate($store = null)
Expand Down
14 changes: 7 additions & 7 deletions Model/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
/**
* MageVision Mass Email Customers Extension
*
* @category MageVision
* @package MageVision_MassEmailCustomers
* @category MageVision
* @package MageVision_MassEmailCustomers
*
* @author MageVision Team
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author MageVision Team
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
declare(strict_types=1);

Expand All @@ -30,8 +30,8 @@ class Info

/**
* @param DriverInterface $driver
* @param Json $serializer
* @param Reader $reader
* @param Json $serializer
* @param Reader $reader
*/
public function __construct(
DriverInterface $driver,
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"description": "Mass Email Customers Extension for Magento 2",
"keywords": ["Magento 2", "Mass Email", "Email Customers", "Mass Action", "Admin Order Grid", "Admin Customer Grid"],
"require": {
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0",
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "103.0.*",
"magento/module-backend": "102.0.*",
"magento/module-customer": "103.0.*",
"magento/module-sales": "103.0.*"
},
"type": "magento2-module",
"version": "2.4.3",
"version": "2.4.4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
10 changes: 5 additions & 5 deletions registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
/**
* MageVision Mass Email Customers Extension
*
* @category MageVision
* @package MageVision_MassEmailCustomers
* @author MageVision Team
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @category MageVision
* @package MageVision_MassEmailCustomers
* @author MageVision Team
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

use Magento\Framework\Component\ComponentRegistrar;
Expand Down

0 comments on commit e3354ca

Please sign in to comment.