User:Jeroen De Dauw/Static: The S in STUPID/6

From semantic-mediawiki.org

The S in STUPID

Fixing the problem

class Logger {

    public static function log() {
        // ...
    }

    public static function resetForTesting() {
        // ...
    }

}