Skip to content

Commit c921030

Browse files
committed
Remove unnecessary @phpstan-ignore-next-line
1 parent 8aa0222 commit c921030

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Bridge/Symfony/DependencyInjection/DbToolsConfiguration.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public function getConfigTreeBuilder(): TreeBuilder
8787
// For PHPStan.
8888
\assert($rootNode instanceof ArrayNodeDefinition);
8989

90-
// @phpstan-ignore-next-line
9190
$rootNode
9291
->children()
9392
->arrayNode('anonymization')
@@ -112,7 +111,6 @@ public function getConfigTreeBuilder(): TreeBuilder
112111
$this->addConnectionConfigTreeBuilder($rootNode);
113112

114113
// Add "connections" children definition.
115-
// @phpstan-ignore-next-line
116114
$connectionsNode = $rootNode
117115
->children()
118116
->arrayNode('connections')
@@ -132,7 +130,6 @@ public function getConfigTreeBuilder(): TreeBuilder
132130

133131
if ($this->standalone) {
134132
// Add extra options for standalone CLI app.
135-
// @phpstan-ignore-next-line
136133
$rootNode
137134
->children()
138135
->scalarNode('workdir')
@@ -149,7 +146,6 @@ public function getConfigTreeBuilder(): TreeBuilder
149146

150147
if ($this->withDeprecated) {
151148
// Add deprecated options.
152-
// @phpstan-ignore-next-line
153149
$rootNode
154150
->children()
155151
->arrayNode('storage')
@@ -190,7 +186,6 @@ protected function addConnectionConfigTreeBuilder(ArrayNodeDefinition $node): vo
190186
{
191187
$intervalToInt = $this->getIntervalToInt();
192188

193-
// @phpstan-ignore-next-line
194189
$node
195190
->children()
196191
->scalarNode('backup_binary')

0 commit comments

Comments
 (0)