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
the xsd says that these two element parts should be choices, but neither the generated PHP nor the yml Serializer Metadata does seem to respect that. shouldn't there be a pre serializer Hook or something that does handle such choices?
Also the Full BMECat causes a infinite Loop error in Doctine Inflector:
PHP Fatal error: Uncaught Error: Xdebug has detected a possible infinite loop, and aborted your script with a stack depth of '15024' frames in /var/www/xsd2php/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php:17
Stack trace:
#0 /var/www/xsd2php/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php(19): Doctrine\Inflector\Rules\Pattern->__construct('(s)tatuses$')
#1 /var/www/xsd2php/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php(17): Doctrine\Inflector\Rules\English\Inflectible::getSingular()
#2 /var/www/xsd2php/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php(14): Doctrine\Inflector\Rules\English\Rules::getSingularRuleset()
#3 /var/www/xsd2php/vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php(21): Doctrine\Inflector\Rules\English\InflectorFactory->getSingularRuleset()
#4 /var/www/xsd2php/vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php(28): Doctrine\Inflector\GenericLa in /var/www/xsd2php/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php on line 17
The text was updated successfully, but these errors were encountered:
having this small piece of BMECat 2005.1
my request is about this part:
the xsd says that these two element parts should be choices, but neither the generated PHP nor the yml Serializer Metadata does seem to respect that. shouldn't there be a pre serializer Hook or something that does handle such choices?
Also the Full BMECat causes a infinite Loop error in Doctine Inflector:
The text was updated successfully, but these errors were encountered: