Skip to content

Commit 80bde56

Browse files
committed
minor: sca fix
1 parent d72b3ec commit 80bde56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Providers/AzureProviderConfigurator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function buildConfiguration(NodeBuilder $node)
8888
->end();
8989

9090
// Validate that either client_secret or client_certificate_private_key is set:
91-
$node
91+
$node // @phpstan-ignore-line
9292
->end()
9393
->validate()
9494
->ifTrue(static fn ($v) => empty($v['client_secret']) && empty($v['client_certificate_private_key']))

0 commit comments

Comments
 (0)