We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72b3ec commit 80bde56Copy full SHA for 80bde56
src/DependencyInjection/Providers/AzureProviderConfigurator.php
@@ -88,7 +88,7 @@ public function buildConfiguration(NodeBuilder $node)
88
->end();
89
90
// Validate that either client_secret or client_certificate_private_key is set:
91
- $node
+ $node // @phpstan-ignore-line
92
->end()
93
->validate()
94
->ifTrue(static fn ($v) => empty($v['client_secret']) && empty($v['client_certificate_private_key']))
0 commit comments