Skip to content

Allow PhpStorm to recognize Initializer classes as used #73

Description

@JPry

Description

When implementing the \Tempest\Container\Initializer interface to provide initialization for something, PhpStorm reports that the class is unused. E.g.:

Image

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions