Skip to content

Commit 7637d93

Browse files
committed
minor #37219 FrameworkBundle fix incorrect nested arrays in php config (GromNaN)
This PR was merged into the 5.2-dev branch. Discussion ---------- FrameworkBundle fix incorrect nested arrays in php config | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix symfony/symfony#37201 (comment) | License | MIT Commits ------- 20459884d2 Fix invalid syntax
2 parents 08efe2b + ac66c4e commit 7637d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/secrets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
->args([abstract_arg('Decryption env var, set in FrameworkExtension')])
2929

3030
->set('secrets.local_vault', DotenvVault::class)
31-
->args([[abstract_arg('.env file path, set in FrameworkExtension')]])
31+
->args([abstract_arg('.env file path, set in FrameworkExtension')])
3232
;
3333
};

0 commit comments

Comments
 (0)