Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Form] Change FormTypeGuesserChain to accept Traversable#20047

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

Merged
fabpot merged 1 commit intosymfony:masterfromenumag:guesser
Oct 19, 2016

Conversation

@enumag
Copy link
Contributor

QA
Branch?master
Bug fix?no
New feature?yes
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets
LicenseMIT
Doc PR

I'm using symfony/form without the rest of the framework and this will make things a bit easier for me.

foreach ($guessersas$guesser) {
if (!$guesserinstanceof FormTypeGuesserInterface) {
thrownewUnexpectedTypeException($guesser,'Symfony\Component\Form\FormTypeGuesserInterface');
thrownewUnexpectedTypeException($guesser, FormTypeGuesserInterface::class);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This should be reverted

Copy link
ContributorAuthor

@enumagenumagSep 24, 2016
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

It seemed logical to make this change but if you say so... reverted.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Problem is that's causing merge conflicts when merging older branches in the newer onces.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Oh. That explains why Symfony still uses the old array syntax too. Thank you!

@enumag
Copy link
ContributorAuthor

@fabpot Anything else to do here?

@fabpot
Copy link
Member

Thank you@enumag.

@fabpotfabpot merged commit5e4f4d4 intosymfony:masterOct 19, 2016
fabpot added a commit that referenced this pull requestOct 19, 2016
…le (enumag)This PR was merged into the 3.2-dev branch.Discussion----------[Form] Change FormTypeGuesserChain to accept Traversable| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | yes| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets || License       | MIT| Doc PR        |I'm using symfony/form without the rest of the framework and this will make things a bit easier for me.Commits-------5e4f4d4 [Form] Change FormTypeGuesserChain to accept Traversable
@fabpotfabpot mentioned this pull requestOct 27, 2016
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot left review comments

@wouterjwouterjwouterj left review comments

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@enumag@fabpot@wouterj@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp