doctrine-extensions / DoctrineExtensions

Doctrine2 behavioral extensions, Translatable, Sluggable, Tree-NestedSet, Timestampable, Loggable, Sortable
MIT License
4k stars 1.26k forks source link

XSD out of sync with mapping drivers #2803

Open mbabker opened 1 month ago

mbabker commented 1 month ago

Reviewing #2620 and since it's adding a new config param I figured it should be added to the XSD, but looking at the file, it seems it's out of sync with the actual mapping driver code (at least for the sluggable extension, as it's missing the dateFormat attribute). The XSD and mapping code should be brought in-sync.