Menu
← Back to all error identifiers
Error Identifiers: constructor.*
There are 4 error identifiers in the constructor.* group:
-
constructor.call phpstan-strict-rulesConstructor is called on an already-constructed object.
-
constructor.missingParentCall phpstan-strict-rulesChild constructor does not call the parent constructor.
-
constructor.returnType non-ignorableConstructor declares a return type, which is not allowed.
-
Constructor parameter is never used in the constructor body.