1.2.878. Only Static Methods Class

Marks a class that has only static methods.

<?php

class x {
    static function foo() {}
    static function goo() {}
    static function hoo() {}
}

?>

1.2.878.1. Specs

Short name

Classes/OnlyStaticMethods

Rulesets

All

Exakat since

0.8.4

PHP Version

All

Severity

Time To Fix

Precision

Very high

Features

class, static

Available in

Entreprise Edition, Exakat Cloud