Skip to content

Commit ae83e60

Browse files
committed
Fix linter issues and bump symfony dev-dependencies
1 parent a425f6c commit ae83e60

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/DependencyInjection/BosonConfiguration.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@
3737
*/
3838
final class BosonConfiguration implements ConfigurationInterface
3939
{
40+
/**
41+
* @return TreeBuilder<'array'>
42+
*/
4043
public function getConfigTreeBuilder(): TreeBuilder
4144
{
4245
$tree = new TreeBuilder('boson');
4346

4447
$root = $tree->getRootNode();
4548

46-
/** @phpstan-ignore-next-line : Known non-fixable issue */
4749
$root->children()
4850
->stringNode('name')
4951
->info('The name of the boson application')

0 commit comments

Comments
 (0)