Skip to content

Commit

Permalink
Minor code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolakisae committed Mar 10, 2024
1 parent 60bfc57 commit 461a57f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
9 changes: 2 additions & 7 deletions Observer/AdminhtmlBlockHtmlBeforeObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @category MageVision
* @package MageVision_AdminCategoryProductLink
* @author MageVision Team
* @copyright Copyright (c) 2023 MageVision (https://www.magevision.com)
* @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 @@ -20,12 +20,7 @@

class AdminhtmlBlockHtmlBeforeObserver implements ObserverInterface
{
/**
* Request instance
*
* @var RequestInterface
*/
protected $request;
protected RequestInterface $request;

/**
* @param RequestInterface $request
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"magento/module-catalog": "104.0.*"
},
"type": "magento2-module",
"version": "2.4.2",
"version": "2.4.3",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @category MageVision
* @package MageVision_AdminCategoryProductLink
* @author MageVision Team
* @copyright Copyright (c) 2023 MageVision (https://www.magevision.com)
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @category MageVision
* @package MageVision_AdminCategoryProductLink
* @author MageVision Team
* @copyright Copyright (c) 2023 MageVision (https://www.magevision.com)
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @category MageVision
* @package MageVision_AdminCategoryProductLink
* @author MageVision Team
* @copyright Copyright (c) 2023 MageVision (https://www.magevision.com)
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

Expand Down

0 comments on commit 461a57f

Please sign in to comment.