Description
When implementing the \Tempest\Container\Initializer interface to provide initialization for something, PhpStorm reports that the class is unused. E.g.:
In reality, this class is used by the container for DI. In this particular example, another class of mine has a property with the type provided by this initializer class.
It would be great to have the plugin enable PhpStorm to properly recognize that the class is actually in use.
Description
When implementing the
\Tempest\Container\Initializerinterface to provide initialization for something, PhpStorm reports that the class is unused. E.g.:In reality, this class is used by the container for DI. In this particular example, another class of mine has a property with the type provided by this initializer class.
It would be great to have the plugin enable PhpStorm to properly recognize that the class is actually in use.