1.2.420. Empty Traits¶
List of all empty trait defined in the code.
Such traits may be reserved for future use. They may also be forgotten, and dead code.
<?php
// empty trait
trait t { }
// Another empty trait
trait t2 {
use t;
}
?>
1.2.420.1. Connex PHP features¶
1.2.420.1.1. Suggestions¶
Add some code to the trait
Remove the trait
1.2.420.1.2. Specs¶
Short name |
Traits/EmptyTrait |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
Minor |
Time To Fix |
Instant (5 mins) |
Precision |
High |
Available in |