Skip to content

Commit bb3ec9b

Browse files
committed
lints
1 parent 393821c commit bb3ec9b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/End2End/App/Command/CrashCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CrashCommand extends Command
2222
*/
2323
private $subcommand;
2424

25-
public function __construct(LoggerInterface $logger, string $subcommand = null)
25+
public function __construct(LoggerInterface $logger, ?string $subcommand = null)
2626
{
2727
parent::__construct();
2828
$this->logger = $logger;

tests/End2End/LoggingCommandTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ public function testExceptionLogsWithSubcommand(): void
102102
}
103103

104104
/**
105-
* @param Log[] $logs
105+
* @param Log[] $logs
106106
* @param LogLevel $level
107+
*
107108
* @return Log|null
108109
*/
109110
private function findOneByLevel(array $logs, LogLevel $level): ?Log

0 commit comments

Comments
 (0)