Skip to content

Commit 86e604c

Browse files
staabmondrejmirtes
authored andcommitted
IgnoreErrorExtension is a valid conditional-tag
1 parent f64ac55 commit 86e604c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DependencyInjection/ValidateServiceTagsExtension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Nette\DI\CompilerExtension;
66
use Override;
77
use PhpParser\NodeVisitor;
8+
use PHPStan\Analyser\IgnoreErrorExtension;
89
use PHPStan\Analyser\ResultCache\ResultCacheMetaExtension;
910
use PHPStan\Analyser\TypeSpecifierFactory;
1011
use PHPStan\Broker\BrokerFactory;
@@ -115,6 +116,7 @@ final class ValidateServiceTagsExtension extends CompilerExtension
115116
NodeVisitor::class => RichParser::VISITOR_SERVICE_TAG,
116117
Collector::class => CollectorRegistryFactory::COLLECTOR_TAG,
117118
DiagnoseExtension::class => DiagnoseExtension::EXTENSION_TAG,
119+
IgnoreErrorExtension::class => IgnoreErrorExtension::EXTENSION_TAG,
118120
];
119121

120122
/**

0 commit comments

Comments
 (0)