Skip to content

Commit 35380c1

Browse files
committed
[console] Remove unused notice helper
1 parent 8fcb337 commit 35380c1

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/Console/Command/Traits/LogsCommandResults.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,6 @@ private function log(
6161
]);
6262
}
6363

64-
/**
65-
* Logs an informational command message at notice level.
66-
*
67-
* @param string $message the notice message
68-
* @param InputInterface $input the originating command input
69-
* @param array<string, mixed> $context optional extra log context
70-
*
71-
* @return void
72-
*/
73-
private function notice(string $message, InputInterface $input, array $context = []): void
74-
{
75-
$this->log($message, $input, $context, LogLevel::NOTICE);
76-
}
77-
7864
/**
7965
* Logs a successful command result and returns the success exit code.
8066
*

0 commit comments

Comments
 (0)