Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit cf3172e

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: [Filesystem] [Serializer] fixes English grammar typo [Monolog Bridge] Fixed accessing static property as non static. Improve Symfony description [Validator] Add Japanese translation Remove some unused methods parameters Avoid empty \"If-Modified-Since\" header in validation request [Validator] ConstraintValidatorTestCase: add missing return value to mocked validate method calls
2 parents dc26b98 + 461db90 commit cf3172e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Command/ServerLogCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
114114
continue;
115115
}
116116

117-
$this->displayLog($input, $output, $clientId, $record);
117+
$this->displayLog($output, $clientId, $record);
118118
}
119119
}
120120

@@ -141,7 +141,7 @@ private function getLogs($socket)
141141
}
142142
}
143143

144-
private function displayLog(InputInterface $input, OutputInterface $output, $clientId, array $record)
144+
private function displayLog(OutputInterface $output, $clientId, array $record)
145145
{
146146
if ($this->handler->isHandling($record)) {
147147
if (isset($record['log_id'])) {

0 commit comments

Comments
 (0)