1.2.167. Collect Class Constant Counts¶
This analysis collects the number of class constants per class or interface.
The count applies to classes, anonymous classes and interfaces. They are considered distinct one from another.
<?php
class foo {
// 3 constant
const A =1, B =2;
}
interface bar {
// 3 properties
const A=1, B=2, C=3;
}
?>
1.2.167.1. Specs¶
Short name |
Dump/CollectClassConstantCounts |
Rulesets |
|
Exakat since |
2.1.2 |
PHP Version |
All |
Severity |
Minor |
Time To Fix |
Quick (30 mins) |
Precision |
Very high |
Available in |