Feature Request
What
\Doctrine\Persistence\ObjectRepository::findBy
php doc for $orderBy argument should accept array<\SortDirection> enum
Why
Since php 8.6 (and symfony/polyfill-php86) provide \SortDirection enum
How
Fix phpdoc for \Doctrine\Persistence\ObjectRepository::findBy
Relates doctrine/orm#11313
Feature Request
What
\Doctrine\Persistence\ObjectRepository::findBy
php doc for
$orderByargument should accept array<\SortDirection> enumWhy
Since php 8.6 (and symfony/polyfill-php86) provide \SortDirection enum
How
Fix phpdoc for \Doctrine\Persistence\ObjectRepository::findBy
Relates doctrine/orm#11313