Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DX] Redirect to proper Symfony version documentation#27104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
noniagriconomie commentedMay 2, 2018
@fabpot understood, target blank removed |
lyrixx commentedMay 2, 2018
The target branch is not good. It should be either 2.7 (bug fix) or master (new feature). |
noniagriconomie commentedMay 2, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This code does not exists on 2.x |
fabpot left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
for master
fabpot commentedMay 3, 2018
Thank you@noniagriconomie. |
…(noniagriconomie)This PR was squashed before being merged into the 4.1-dev branch (closes#27104).Discussion----------[DX] Redirect to proper Symfony version documentation| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | none| License | MIT| Doc PR |Just a small improvementI think this can make some dev target the right documentation instead of reading an other version that the one they are developing onEDIT: I do not know if including the constant directly is the good choice, or it is better to add a global symfony version collector?Commits-------d611160 [DX] Redirect to proper Symfony version documentation
Uh oh!
There was an error while loading.Please reload this page.
Just a small improvement
I think this can make some dev target the right documentation instead of reading an other version that the one they are developing on
EDIT: I do not know if including the constant directly is the good choice, or it is better to add a global symfony version collector?