fixed wrong secret string in array examples#6482
Closed
OskarStark wants to merge 1 commit intosymfony:2.7from
Closed
fixed wrong secret string in array examples#6482OskarStark wants to merge 1 commit intosymfony:2.7from
OskarStark wants to merge 1 commit intosymfony:2.7from
Conversation
Contributor
Author
|
ping @xabbuh |
Member
Member
|
Thanks Oskar! |
wouterj
added a commit
that referenced
this pull request
Apr 18, 2016
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #6482). Discussion ---------- fixed wrong secret string in array examples | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.7+ | Fixed tickets | -- Looks like this is a copy paste error from older doc versions where the string `$ecret` was used. This needs to be applied to all branches from 2.7 on Check the old version of the docs here where the `$ecret` string is used: http://symfony.com/doc/2.6/cookbook/bundles/configuration.html Commits ------- f7950ab fixed wrong secret string in array examples
wouterj
added a commit
to wouterj/symfony-docs
that referenced
this pull request
Apr 20, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Looks like this is a copy paste error from older doc versions where the string
$ecretwas used.This needs to be applied to all branches from 2.7 on
Check the old version of the docs here where the
$ecretstring is used:http://symfony.com/doc/2.6/cookbook/bundles/configuration.html