1.2.174. Collect Dependency Extension¶
This analysis lists the interfaces and classes that are not defined in the current code, yet extended.
This yields a list of external dependencies. It is useful for anyone who would like to update those root classes and interfaces.
<?php
class MyClass implements \Composer\EventDispatcher\EventSubscriberInterface {
//..
}
?>
1.2.174.1. Connex PHP features¶
1.2.174.1.1. Specs¶
Short name |
Dump/CollectDependencyExtension |
Rulesets |
|
Exakat since |
2.3.5 |
PHP Version |
With PHP 8.0 and more recent |
Severity |
Minor |
Time To Fix |
Quick (30 mins) |
Precision |
Very high |
Available in |