We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1373c38 commit e95ead4Copy full SHA for e95ead4
src/Secrets.php
@@ -18,7 +18,7 @@ class Secrets
18
public static function loadSecretEnvironmentVariables(?SsmClient $ssmClient = null): void
19
{
20
/** @var array<string,string>|string|false $envVars */
21
- $envVars = getenv(local_only: true); // @phpstan-ignore-line PHPStan is wrong
+ $envVars = getenv(local_only: true);
22
if (! is_array($envVars)) {
23
return;
24
}
0 commit comments