Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Feb 21, 2023
1 parent ac8ca34 commit 36ff48e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Secrets.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class Secrets
* Decrypt environment variables that are encrypted with AWS SSM.
*
* @param SsmClient|null $ssmClient To allow mocking in tests.
*
* @throws JsonException
*/
public static function loadSecretEnvironmentVariables(?SsmClient $ssmClient = null): void
Expand Down Expand Up @@ -65,7 +64,6 @@ public static function loadSecretEnvironmentVariables(?SsmClient $ssmClient = nu
*
* @param Closure(): array<string, string> $paramResolver
* @return array<string, string> Map of parameter name -> value
*
* @throws JsonException
*/
private static function readParametersFromCacheOr(Closure $paramResolver): array
Expand Down

0 comments on commit 36ff48e

Please sign in to comment.