Skip to content

Commit

Permalink
Make it compatible with lower PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
themagelover committed Jan 5, 2023
1 parent 00750b1 commit 20ed6f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Controller/Adminhtml/Indexer/MassReindex.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
class MassReindex extends Action implements HttpPostActionInterface
{
/** @var IndexerRegistry */
protected IndexerRegistry $indexerRegistry;
protected $indexerRegistry;

/**
* @param Context $context
* @param IndexerRegistry $indexerRegistry
* @param $indexerRegistry
*/
public function __construct(Context $context, IndexerRegistry $indexerRegistry)
{
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"magento/module-indexer": "100.3.*|100.4.*"
},
"type": "magento2-module",
"version": "1.0.0",
"version": "1.0.1",
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Hung Le",
"name": "themagelover",
"email": "conghung2702@gmail.com"
}
],
Expand Down

0 comments on commit 20ed6f9

Please sign in to comment.