10000
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 1de42a5 commit 5c55432Copy full SHA for 5c55432
src/Symfony/Bundle/FrameworkBundle/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