You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2023. It is now read-only.
If I have an element <xs:element name="Or" type="t:OrType" substitutionGroup="t:SearchExpression"/>, then it creates the PHP class class Or extends OrType which is invalid. However, there's no way to map element names as they go straight through to the NamingStrategy::getItemName();