mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
xml-mapping: custom-id-generator class not a valid value for nmtoken #5802
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fsmeier on GitHub (Dec 12, 2017).
Hello together,
Gives
'Ramsey\Uuid\Doctrine\UuidGenerator' is not a valid value for 'NMTOKEN'Somebody reported it here already: https://groups.google.com/forum/#!topic/doctrine-user/q9aHfy5l30M
But no update so far. I wanted to try to make a PR but i am struggling a bit with creating the test-case or more like "how to create an sample-xml-mapping-file" for this case.
All the best,
Florian