Skip to content

Commit 9bd4aeb

Browse files
authored
Merge pull request #90 from vpietri/php84_248_compatibility
Php84 248 compatibility
2 parents 3072487 + 8e726d0 commit 9bd4aeb

File tree

6 files changed

+6
-35
lines changed

6 files changed

+6
-35
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.

etc/csp_whitelist.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- Use https://emn178.github.io/online-tools/sha256.html with UTF-8 and Bse64 -->
1919
<value id="qdb-toolbar" type="hash" algorithm="sha256">SgvvFr+EuIbNctHUihu7npbOfmUqDK4M7sA5gSEUN48=</value>
2020
<value id="qdb-profiler" type="hash" algorithm="sha256">hnovV8f+WhZ9ebCoXRqdN5AB0kK8XLdG0m1A1iJwEnY=</value>
21-
<value id="qdb-log" type="hash" algorithm="sha256">qNCjKiE6ytQPnSBywIMEXvzw+Ar3jDurzNb87EqtM5E=</value>
21+
<value id="qdb-log" type="hash" algorithm="sha256">bK2tLWn1REuSqdwXKlTb8ee0km8CvwgWaHJ0NByeYo0=</value>
2222
<value id="qdb-dumper" type="hash" algorithm="sha256">cGE9z/R3oV10mtE4AQPzTjSc5JWIKk4tMjDOs+W5Y+Q=</value>
2323
<value id="qdb-action" type="hash" algorithm="sha256">cGE9z/R3oV10mtE4AQPzTjSc5JWIKk4tMjDOs+W5Y+Q=</value>
2424
</values>

0 commit comments

Comments
 (0)