Reports old-style constructor declarations (
ClassName()
) and suggests replacing them with new-style constructors (
__construct()
).