Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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
[DI] Fix the xml schema#22280
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| </xsd:complexType> | ||
| <xsd:complexTypename="property"mixed="true"> | ||
| <xsd:choiceminOccurs="0"maxOccurs="1"> |
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.
This one was the default value.
| </xsd:complexType> | ||
| <xsd:complexTypename="argument"mixed="true"> | ||
| <xsd:choicemaxOccurs="unbounded"> |
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.
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" /> |
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.
This wasn't used.
nicolas-grekas 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.
👍
fabpot commentedApr 5, 2017
Thank you@GuilhemN. |
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
Uh oh!
There was an error while loading.Please reload this page.