-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
\DrivingTracker\registerDrive($this); // this is fine because it's fully-qualifiedCould we have a sniff that is triggered when FQCN is found?
phpcs-import-detection/ImportDetection/Sniffs/Imports/RequireImportsSniff.php
Lines 56 to 59 in 572bb1d
| // If the symbol is a fully-qualified namespace, ignore it | |
| if ($symbol->isAbsoluteNamespace()) { | |
| $this->debug('found absolute namespaced symbol: ' . $symbol->getName()); | |
| return; |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed