1.2.417. 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.417.1. Suggestions

  • Add some code to the trait

  • Remove the trait

1.2.417.2. Specs

Short name

Traits/EmptyTrait

Rulesets

All, Analyze, Changed Behavior, Dead code

Exakat since

0.8.4

PHP Version

All

Severity

Minor

Time To Fix

Instant (5 mins)

Precision

High

Features

trait

Available in

Entreprise Edition, Exakat Cloud