Skip to content

Commit d8a9125

Browse files
committed
[internal-api-client] OrchestrationJobMatcher - token is SensitiveParameter
1 parent db682c6 commit d8a9125

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Orchestration/OrchestrationJobMatcher.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,10 @@ private function validateInputs(JobInterface $job, array $configuration): void
114114
});
115115
}
116116

117-
private function createComponentsApi(string $token, ?string $branchId): Components
118-
{
117+
private function createComponentsApi(
118+
#[SensitiveParameter] string $token,
119+
?string $branchId,
120+
): Components {
119121
return new Components(
120122
$this->storageClientFactory->createClientWrapper(
121123
(new ClientOptions())

0 commit comments

Comments
 (0)