Skip to content

Commit 42096b9

Browse files
committed
Merge remote-tracking branch 'origin/AC-9499' into Hammer_PlatForm_Health_247Beta3_03Jan23
2 parents 07a5957 + e00d7fe commit 42096b9

File tree

3 files changed

+41
-268
lines changed

3 files changed

+41
-268
lines changed

app/code/Magento/Deploy/Console/ConsoleLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function __construct(
132132
/**
133133
* @inheritdoc
134134
*/
135-
public function log($level, $message, array $context = [])
135+
public function log($level, $message, array $context = []): void
136136
{
137137
if (!isset($this->verbosityLevelMap[$level])) {
138138
$level = self::INFO;

composer.lock

Lines changed: 31 additions & 258 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)