1.2.167. 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.167.1. Specs

Short name

Dump/CollectClassInterfaceCounts

Rulesets

All, CE, Changed Behavior, Dump

Exakat since

2.0.3

PHP Version

All

Severity

Minor

Time To Fix

Quick (30 mins)

Precision

Very high

Features

inclusion

Available in

Entreprise Edition, Community Edition, Exakat Cloud