Menu
← Back to all error identifiers
Error Identifiers: missingType.*
There are 7 error identifiers in the missingType.* group:
-
Callable parameter or return type is missing its signature specification.
-
Thrown checked exception is not declared in the @throws PHPDoc tag.
-
Generic class is used without specifying its type parameters.
-
Iterable type is used without specifying its value type.
-
Function or method parameter has no type declaration.
-
Property has no type declaration.
-
Function or method has no return type declaration.