Open ruudk opened 2 months ago
How did you register such resolver? I thought you need to have it in DIC (which is detected):
services:
ShipMonk\InputMapper\InputArgumentValueResolver:
tags:
-
name: controller.argument_value_resolver
We're using Autowire and don't have an XML file for the container. See https://github.com/shipmonk-rnd/dead-code-detector/issues/92 for an explanation.
To induce that constructor is used once #[Autowire]
is used, we probably also need something like this.
It should not complain about the constructor.