Skip to content

Commit badffec

Browse files
committed
php84 compatibility
1 parent 3072487 commit badffec

File tree

5 files changed

+5
-34
lines changed

5 files changed

+5
-34
lines changed

Console/Command/AbstractStatusToolbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function __construct(Config $resourceConfig,
5858
EventManagerInterface $eventManager,
5959
Writer $writer,
6060
ArrayManager $arrayManager,
61-
string $name = null)
61+
?string $name = null)
6262
{
6363
parent::__construct($name);
6464
$this->resourceConfig = $resourceConfig;

Console/Command/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Database extends \Symfony\Component\Console\Command\Command
3535
private $resource;
3636

3737
public function __construct(\Magento\Framework\App\ResourceConnection $resource,
38-
string $name = null)
38+
?string $name = null)
3939
{
4040
parent::__construct($name);
4141

Observer/ControllerFrontSendResponseBeforeObserver.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,7 @@ public function execute(Observer $observer)
4848
$response->setContent($newContent);
4949
}
5050
}
51+
52+
53+
5154
}

Plugin/Framework/Form/Element.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

etc/adminhtml/di.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)