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
Description
When i execute lint:container i get this error:
$> symfony console lint:container
In CheckTypeDeclarationsPass.php line 159:
Invalid definition for service "sylius.translation.translatable_listener.doctrine.orm": argument 2 of
"Sylius\Bundle\ResourceBundle\EventListener\ORMTranslatableListener::__construct"
accepts "object", "Sylius\Component\Core\Translation\TranslatableEntityLocaleAssigner" passed.
Is it correct that service container linter has this behaviour against object typehint?
The text was updated successfully, but these errors were encountered:
Symfony version(s) affected: 4.4.0
Description
When i execute
lint:container
i get this error:Is it correct that service container linter has this behaviour against
object
typehint?The text was updated successfully, but these errors were encountered: