1.2.169. Collect Class Interface Counts¶
Collect the number of interfaces implemented per class. A class with more interfaces includes has more responsabilities.
<?php
// This class implements 3 interfaces
class x implements i, j, k {
// Some code
}
?>
1.2.169.1. Connex PHP features¶
1.2.169.1.1. Specs¶
Short name |
Dump/CollectClassInterfaceCounts |
Rulesets |
|
Exakat since |
2.0.3 |
PHP Version |
All |
Severity |
Minor |
Time To Fix |
Quick (30 mins) |
Precision |
Very high |
Available in |