Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL committed Feb 24, 2025
1 parent d36c693 commit 78e8efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Monolog/DockerHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ final class DockerHandler extends AbstractProcessingHandler
{
private const EXCLUDED_DEPRECATION_LOGS = [
'~YAML mapping driver is deprecated and will be removed in Doctrine ORM~i',
'~The "Symfony\\\\Component\\\\HttpKernel\\\\DependencyInjection\\\\Extension" class is considered internal~i',
];

private readonly string $command;
Expand Down

0 comments on commit 78e8efb

Please sign in to comment.