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

[DI] Fix the xml schema#22280

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:2.7fromGuilhemN:XMLSCHEMA
Apr 5, 2017
Merged

[DI] Fix the xml schema#22280

fabpot merged 1 commit intosymfony:2.7fromGuilhemN:XMLSCHEMA
Apr 5, 2017

Conversation

@GuilhemN
Copy link
Contributor

@GuilhemNGuilhemN commentedApr 4, 2017
edited
Loading

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

</xsd:complexType>

<xsd:complexTypename="property"mixed="true">
<xsd:choiceminOccurs="0"maxOccurs="1">
Copy link
ContributorAuthor

@GuilhemNGuilhemNApr 4, 2017
edited
Loading

Choose a reason for hiding this comment

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

This one was the default value.

</xsd:complexType>

<xsd:complexTypename="argument"mixed="true">
<xsd:choicemaxOccurs="unbounded">
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

This allowed having several anonymous services in the same argument while only the first was considered by the loader.

<xsd:complexTypename="call"mixed="true">
<xsd:choicemaxOccurs="unbounded">
<xsd:elementname="argument"type="argument"minOccurs="0"maxOccurs="unbounded" />
<xsd:elementname="service"type="service" />
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

This wasn't used.

@nicolas-grekasnicolas-grekas added this to the2.7 milestoneApr 4, 2017
Copy link
Member

@nicolas-grekasnicolas-grekas left a comment

Choose a reason for hiding this comment

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

👍

@fabpot
Copy link
Member

Thank you@GuilhemN.

@fabpotfabpot merged commitf2ef1ee intosymfony:2.7Apr 5, 2017
fabpot added a commit that referenced this pull requestApr 5, 2017
This PR was merged into the 2.7 branch.Discussion----------[DI] Fix the xml schema| Q             | A| ------------- | ---| Branch?       | 2.7| Bug fix?      | yes| New feature?  | no <!-- don't forget updating src/**/CHANGELOG.md files -->| BC breaks?    | no| Deprecations? | no <!-- don't forget updating UPGRADE-*.md files -->| Tests pass?   | yes| Fixed tickets || License       | MIT| Doc PR        |Commits-------f2ef1ee [DI] Fix the xml schema
@GuilhemNGuilhemN deleted the XMLSCHEMA branchApril 5, 2017 15:22
This was referencedMay 1, 2017
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

2.7

Development

Successfully merging this pull request may close these issues.

4 participants

@GuilhemN@fabpot@nicolas-grekas@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp