Issue Kinds
All 144 issue types mir can emit, grouped by category. Each issue has a stable
MIR#### code that appears in CLI output and JSON/SARIF — see
Error codes for the full numeric index.
Select a category to drill into individual issues.
UndefinedUndefinedVariable · PossiblyUndefinedVariable · UndefinedFunction · UndefinedMethod · UndefinedClass · UndefinedProperty · UndefinedConstant · ParentNotFound · InaccessibleClassConstant · InaccessibleProperty
NullabilityNullArgument · NullPropertyFetch · NullMethodCall · NullArrayAccess · PossiblyNull* · PossiblyInvalidArgument · NullableReturnStatement
Type MismatchesInvalidReturnType · InvalidArgument · TooFewArguments · TooManyArguments · InvalidNamedArgument · InvalidPassByReference · InvalidPropertyAssignment · InvalidCast · InvalidOperand · MismatchingDocblock(Return|Param)Type · InvalidStringClass · PossiblyInvalidOperand · PossiblyNullOperand · InvalidStaticInvocation · NonStaticSelfCall · DirectConstructorCall · InvalidPropertyFetch · InvalidArrayAccess · InvalidArrayAssignment
ArrayInvalidArrayOffset · NonExistentArrayOffset · PossiblyInvalidArrayOffset
RedundancyRedundantCondition · RedundantCast · UnnecessaryVarAnnotation · TypeDoesNotContainType · ParadoxicalCondition
Dead CodeUnusedVariable · UnusedParam · UnusedMethod · UnusedProperty · UnusedFunction · UnreachableCode · UnusedForeachValue
InheritanceUnimplementedAbstractMethod · UnimplementedInterfaceMethod · MethodSignatureMismatch · OverriddenMethodAccess · InvalidExtendClass · FinalMethodOverridden · AbstractInstantiation · CircularInheritance · InvalidOverride · InterfaceInstantiation · OverriddenPropertyAccess
SecurityTaintedInput · TaintedHtml · TaintedSql · TaintedShell
GenericsInvalidTemplateParam · ShadowedTemplateParam
OtherDeprecated* · InternalMethod · WrongCase* · Missing(Return|Param)Type · Mixed* · InvalidClone · PossiblyInvalidClone · InvalidToString · InvalidThrow · InvalidCatch · MissingThrowsDocblock · ReadonlyPropertyAssignment · ParseError · InvalidDocblock · InvalidTraitUse · Implicit*Cast
AttributesInvalidAttribute · UndefinedAttributeClass · DuplicateClass
