-
-
Notifications
You must be signed in to change notification settings - Fork 15
Ignore Class / Module References in Comments #68
Copy link
Copy link
Open
Description
When I currently mention a class name or a module in an XML comment, the checker will report a missing dependency. However, since this is only inside a comment (to describe some code), it is not really a dependency. Could we ignore class / module references in comments?
Example 1:
<!-- Fix for compatibility with Vendor_Module::Sth -->
Example 2:
<!-- Fix for compatibility with Vendor\Module\Some\Class -->
I did not check if this also happens inside PHP comments.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels