KnpLabs / DoctrineBehaviors

Doctrine2 behavior traits that help handling Blameable, Loggable, Sluggable, SoftDeletable, Uuidable, Timestampable, Translatable, Tree behavior
http://knplabs.com
MIT License
914 stars 294 forks source link

Make Sluggable getter and setter nullable #640

Closed arnaud-ritti closed 2 years ago

arnaud-ritti commented 3 years ago

It resolve the bug Expected argument of type "string", "null" given at property path "slug". when you use Sonata Admin.

TomasVotruba commented 3 years ago

Hi, thanks for contribution. We'll need a test case to cover this too.

TomasVotruba commented 2 years ago

Closing for lack of feedback. We're narrowing issues to keep focus on active and engaging contributor to keep project growing. Thank you for understanding.

Feel free to re-open with failing test case.