Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Comparing changes
Open a pull request
base repository:symfony/symfony
Uh oh!
There was an error while loading.Please reload this page.
base:93f88f5
head repository:symfony/symfony
Uh oh!
There was an error while loading.Please reload this page.
compare:c166da4
- 13commits
- 10files changed
- 7contributors
Commits on Nov 11, 2017
[Console] Fix traversable autocomplete values
ro0NL committedNov 11, 2017
Commits on Nov 12, 2017
minor#24884[ExpressionLanguage] Fixed PhpDoc type-hints on Token va…
…lue (mcg-web)This PR was merged into the 2.7 branch.Discussion----------[ExpressionLanguage] Fixed PhpDoc type-hints on Token value| Q | A| ------------- | ---| Branch? | 2.7| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | none| License | MIT| Doc PR | noneFixed PhpDoc type-hints on Token value and added test to prevent BC with Parser when treating numbers (example `a === 123` compile as `$a === "123"`)Commits-------18f0fc5 [ExpressionLanguage] Fix PhpDoc type-hints on Token value
fabpot committedNov 12, 2017 bug#24929[Console] Fix traversable autocomplete values (ro0NL)
This PR was merged into the 2.7 branch.Discussion----------[Console] Fix traversable autocomplete values| Q | A| ------------- | ---| Branch? | 2.7| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->| License | MIT| Doc PR | symfony/symfony-docs#... <!--highly recommended for new features-->`Question::setAutocompleterValues` implies passing a `\Traversable` value is allowed, yet it doesnt work :) It also restricts the traversable to be countable, which is not really needed (blocking pure API / iterable type as of 4.0).Commits-------965b5b5 [Console] Fix traversable autocomplete values
fabpot committedNov 12, 2017
Commits on Nov 13, 2017
- xabbuh committed
Nov 13, 2017 [HttpFoundation] Fix session-related BC break
nicolas-grekas committedNov 13, 2017 bug#24952[HttpFoundation] Fix session-related BC break (nicolas-gre…
…kas, sroze)This PR was merged into the 2.7 branch.Discussion----------[HttpFoundation] Fix session-related BC break| Q | A| ------------- | ---| Branch? | 2.7| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#24941,#24934,#24947 and#24946| License | MIT| Doc PR | -Conservative fix.Commits-------38186aa [HttpFoundation] Add test3eaa188 [HttpFoundation] Fix session-related BC break
nicolas-grekas committedNov 13, 2017 minor#24940[Form] fix method name (xabbuh)
This PR was merged into the 2.7 branch.Discussion----------[Form] fix method name| Q | A| ------------- | ---| Branch? | 2.7| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |Commits-------b862168 fix method name
nicolas-grekas committedNov 13, 2017 - fabpot committed
Nov 13, 2017 - fabpot committed
Nov 13, 2017
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 93f88f5...c166da4
Uh oh!
There was an error while loading.Please reload this page.