doctrine-extensions / DoctrineExtensions

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

Compatibility with doctrine/mongodb-odm #2118

Closed CvekCoding closed 4 years ago

CvekCoding commented 4 years ago

https://github.com/Atlantic18/DoctrineExtensions/blob/fbc95cd0d22560000e82eb6838011b366425d16c/lib/Gedmo/SoftDeleteable/Filter/ODM/SoftDeleteableFilter.php#L22

Here we must return array to comply to function signature.

AkenRoberts commented 4 years ago

Completed already in the master branch. Please give the 3.0-dev version a shot if you'd like to test MongoDB ODM 2.0 compatibility.

CvekCoding commented 4 years ago

@AkenRoberts great, thanks. I'll try it.