Skip to content

Commit f312ba0

Browse files
authored
Use annotation to ignore phpstan rule (#512)
* Use annotation to ignore phpstan rule * Replace assert by comment
1 parent 14ca402 commit f312ba0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DependencyInjection/Configuration.php

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public function getConfigTreeBuilder()
1616
$treeBuilder = new TreeBuilder('async_aws');
1717
/** @var ArrayNodeDefinition $rootNode */
1818
$rootNode = $treeBuilder->getRootNode();
19+
/** @phpstan-ignore-next-line */
1920
$rootNode
2021
->fixXmlConfig('client')
2122
->children()

0 commit comments

Comments
 (0)