8000 minor #36791 [FrameworkBundle] fix stringable annotation (nicolas-gre… · symfony/symfony@9bcf9c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bcf9c1

Browse files
minor #36791 [FrameworkBundle] fix stringable ann 8000 otation (nicolas-grekas)
This PR was submitted for the master branch but it was merged into the 4.4 branch instead. Discussion ---------- [FrameworkBundle] fix stringable annotation | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 65e6812 [FrameworkBundle] fix stringable annotation
2 parents e5c82c5 + 65e6812 commit 9bcf9c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class SodiumVault extends AbstractVault implements EnvVarLoaderInterface
2828
private $secretsDir;
2929

3030
/**
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
31+
* @param string|\Stringable|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
3333
*/
3434
public function __construct(string $secretsDir, $decryptionKey = null)
3535
{

0 commit comments

Comments
 (0)
0