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 f7a2d40 commit 9183e88Copy full SHA for 9183e88
Secrets/SodiumVault.php
@@ -28,8 +28,8 @@ class SodiumVault extends AbstractVault implements EnvVarLoaderInterface
28
private $secretsDir;
29
30
/**
31
- * @param string|object|null $decryptionKey A string or a stringable object that defines the private key to use to decrypt the vault
32
- * or null to store generated keys in the provided $secretsDir
+ * @param string|\Stringable|null $decryptionKey A string or a stringable object that defines the private key to use to decrypt the vault
+ * or null to store generated keys in the provided $secretsDir
33
*/
34
public function __construct(string $secretsDir, $decryptionKey = null)
35
{
0 commit comments