metaclass-nl / filter-bundle

Filter bundle for API Platform, Filter Logic
MIT License
50 stars 9 forks source link

Deprecated: Required parameter $managerRegistry #1

Closed art-cg closed 3 years ago

art-cg commented 3 years ago

Hi, i just noticed a deprecation in Symfony 5.3 and Php 8.0.7 Deprecated: Required parameter $managerRegistry follows optional parameter $classExp in \api\vendor\metaclass-nl\filter-bundle\src\Filter\FilterLogic.php on line 40

Possible Solution: Move ManagerRegistry $managerRegistry to first or third position in Constructor.

metaclass-nl commented 3 years ago

Thanks for reporting this. Solved in commit 0c9bfb9

art-cg commented 3 years ago

Thanks