Skip to content

Develop plugin declaration types inspections #579

@bohdan-harniuk

Description

@bohdan-harniuk

We should have plugin declaration types inspections:

<type name="Foo\Bar\Block\Order\TestA">
        <plugin name="foo_bar_do_smth_with_test_a" type="Foo\Bar2\Plugin\Block\Order\TestAPlugin"/>
</type>

For example, above we have the declared classes:

  1. Foo\Bar\Block\Order\TestA
  2. Foo\Bar2\Plugin\Block\Order\TestAPlugin

What if some of them have a typo?
We need to cover this inspection to show if any of these classes don't exist.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions