Skip to content

Commit e00d7fe

Browse files
committed
AC-9499::Update Symfony dependency packages to the latest LTS versions 6.4
1 parent 34626d9 commit e00d7fe

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)