You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JanCern, I'm not completely sure what your issue is, but I may have the same problem with version 6.0 of lexik/LexikTranslationBundle and Symfony 6.4.
Here's what I get when I go to the route I configured for the bundle:
Compile Error: Declaration of Lexik\Bundle\TranslationBundle\Entity\TransUnitRepository::count(?array $locales = null, ?array $filters = null) must be compatible with Doctrine\ORM\EntityRepository::count(array $criteria = []): int
But I'm not sure, since the signature of TransUnitRepository::count() seems to differ a lot from EntityRepository::count(). Maybe the php version is relevant as well; I'm using php 8.3.
Hello,
the 7.1 version of this package has a conflict with doctrine/orm version 3.0. Is it possible to change this limit?
The text was updated successfully, but these errors were encountered: