Open Matthimatiker opened 8 years ago
It is possible to configure a service that does not fulfill the configured type constraint:
project.repository.custom: class: stdClass factory: ["@doctrine.orm.entity_manager", getRepository] arguments: ["Project\Entity\MyEntity]
It could be helpful to have a test that finds this kind of configuration error early.
It is possible to configure a service that does not fulfill the configured type constraint:
It could be helpful to have a test that finds this kind of configuration error early.