Skip to content

Commit c74b52a

Browse files
committed
minor #645 [AI Bundle] Remove PHPStan ignore in AiBundle (chr-hertel)
This PR was merged into the main branch. Discussion ---------- [AI Bundle] Remove PHPStan ignore in AiBundle | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT Commits ------- 563842d Remove PHPStan ignore in AiBundle
2 parents 68b6181 + 563842d commit c74b52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai-bundle/src/AiBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function build(ContainerBuilder $container): void
100100
$container->addCompilerPass(new ProcessorCompilerPass());
101101
}
102102

103-
public function configure(DefinitionConfigurator $definition): void // @phpstan-ignore-line generics.notSubtype
103+
public function configure(DefinitionConfigurator $definition): void
104104
{
105105
$definition->import('../config/options.php');
106106
}

0 commit comments

Comments
 (0)