Skip to content

Commit 74f9453

Browse files
committed
Removed legacy getter from LoggerChannelPass
1 parent a56dedf commit 74f9453

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/DependencyInjection/Compiler/LoggerChannelPass.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,6 @@ public function process(ContainerBuilder $container): void
105105
}
106106
}
107107

108-
/**
109-
* @return list<string>
110-
*/
111-
public function getChannels(): array
112-
{
113-
return $this->channels;
114-
}
115-
116108
protected function processChannels(?array $configuration): array
117109
{
118110
if (null === $configuration) {

0 commit comments

Comments
 (0)