# DirectConstructorCall Emitted when `__construct()` is called directly as a method. Constructors are supposed to be called implicitely, as a result of `new ClassName` statement. ```php __construct(); // wrong ```