1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 10:17:33 +01:00
psalm/src/Psalm/Issue
..
AbstractInstantiation.php
AbstractMethodCall.php
ArgumentIssue.php
ArgumentTypeCoercion.php
AssignmentToVoid.php
CircularReference.php
ClassIssue.php
CodeIssue.php
ConflictingReferenceConstraint.php
ContinueOutsideLoop.php
DeprecatedClass.php
DeprecatedConstant.php
DeprecatedFunction.php
DeprecatedInterface.php
DeprecatedMethod.php
DeprecatedProperty.php
DeprecatedTrait.php
DocblockTypeContradiction.php
DuplicateArrayKey.php
DuplicateClass.php
DuplicateFunction.php
DuplicateMethod.php
DuplicateParam.php
EmptyArrayAccess.php
FalsableReturnStatement.php
FalseOperand.php
ForbiddenCode.php
ForbiddenEcho.php
FunctionIssue.php
ImplementedParamTypeMismatch.php
ImplementedReturnTypeMismatch.php
ImplicitToStringCast.php
ImpureByReferenceAssignment.php
ImpureFunctionCall.php
ImpureMethodCall.php
ImpurePropertyAssignment.php
ImpureStaticProperty.php
ImpureStaticVariable.php
InaccessibleClassConstant.php
InaccessibleMethod.php
InaccessibleProperty.php
InterfaceInstantiation.php
InternalClass.php
InternalMethod.php
InternalProperty.php
InvalidArgument.php
InvalidArrayAccess.php
InvalidArrayAssignment.php
InvalidArrayOffset.php
InvalidCast.php
InvalidCatch.php
InvalidClass.php
InvalidClone.php
InvalidDocblock.php
InvalidDocblockParamName.php
InvalidFalsableReturnType.php
InvalidFunctionCall.php
InvalidGlobal.php
InvalidIterator.php
InvalidMethodCall.php
InvalidNullableReturnType.php
InvalidOperand.php
InvalidParamDefault.php
InvalidParent.php
InvalidPassByReference.php
InvalidPropertyAssignment.php
InvalidPropertyAssignmentValue.php
InvalidPropertyFetch.php
InvalidReturnStatement.php
InvalidReturnType.php
InvalidScalarArgument.php
InvalidScope.php
InvalidStaticInvocation.php
InvalidStringClass.php
InvalidTemplateParam.php
InvalidThrow.php
InvalidToString.php
LessSpecificImplementedReturnType.php
LessSpecificReturnStatement.php
LessSpecificReturnType.php
LoopInvalidation.php
MethodIssue.php
MethodSignatureMismatch.php
MethodSignatureMustOmitReturnType.php
MismatchingDocblockParamType.php
MismatchingDocblockReturnType.php
MisplacedRequiredParam.php
MissingClosureParamType.php
MissingClosureReturnType.php
MissingConstructor.php
MissingDependency.php
MissingDocblockType.php
MissingFile.php
MissingImmutableAnnotation.php
MissingParamType.php
MissingPropertyType.php
MissingReturnType.php
MissingTemplateParam.php
MissingThrowsDocblock.php
MixedArgument.php
MixedArgumentTypeCoercion.php
MixedArrayAccess.php
MixedArrayAssignment.php
MixedArrayOffset.php
MixedArrayTypeCoercion.php
MixedAssignment.php
MixedFunctionCall.php
MixedInferredReturnType.php
MixedMethodCall.php
MixedOperand.php
MixedPropertyAssignment.php
MixedPropertyFetch.php
MixedPropertyTypeCoercion.php
MixedReturnStatement.php
MixedReturnTypeCoercion.php
MixedStringOffsetAssignment.php
MixedTypeCoercion.php
MoreSpecificImplementedParamType.php
MoreSpecificReturnType.php
MutableDependency.php
NoInterfaceProperties.php
NonStaticSelfCall.php
NoValue.php
NullableReturnStatement.php
NullArgument.php
NullArrayAccess.php
NullArrayOffset.php
NullFunctionCall.php
NullIterator.php
NullOperand.php
NullPropertyAssignment.php
NullPropertyFetch.php
NullReference.php
OverriddenMethodAccess.php
OverriddenPropertyAccess.php
ParadoxicalCondition.php
ParentNotFound.php
ParseError.php
PluginIssue.php
PossibleRawObjectIteration.php
PossiblyFalseArgument.php
PossiblyFalseIterator.php
PossiblyFalseOperand.php
PossiblyFalsePropertyAssignmentValue.php
PossiblyFalseReference.php
PossiblyInvalidArgument.php
PossiblyInvalidArrayAccess.php
PossiblyInvalidArrayAssignment.php
PossiblyInvalidArrayOffset.php
PossiblyInvalidCast.php
PossiblyInvalidFunctionCall.php
PossiblyInvalidIterator.php
PossiblyInvalidMethodCall.php
PossiblyInvalidOperand.php
PossiblyInvalidPropertyAssignment.php
PossiblyInvalidPropertyAssignmentValue.php
PossiblyInvalidPropertyFetch.php
PossiblyNullArgument.php
PossiblyNullArrayAccess.php
PossiblyNullArrayAssignment.php
PossiblyNullArrayOffset.php
PossiblyNullFunctionCall.php
PossiblyNullIterator.php
PossiblyNullOperand.php
PossiblyNullPropertyAssignment.php
PossiblyNullPropertyAssignmentValue.php
PossiblyNullPropertyFetch.php
PossiblyNullReference.php
PossiblyUndefinedArrayOffset.php
PossiblyUndefinedGlobalVariable.php
PossiblyUndefinedIntArrayOffset.php
PossiblyUndefinedMethod.php
PossiblyUndefinedStringArrayOffset.php
PossiblyUndefinedVariable.php
PossiblyUnusedMethod.php
PossiblyUnusedParam.php
PossiblyUnusedProperty.php
PropertyIssue.php
PropertyNotSetInConstructor.php
PropertyTypeCoercion.php
PsalmInternalError.php
RawObjectIteration.php
RedundantCondition.php
RedundantConditionGivenDocblockType.php
ReferenceConstraintViolation.php
ReservedWord.php
StringIncrement.php
TaintedInput.php
TooFewArguments.php
TooManyArguments.php
TooManyTemplateParams.php
Trace.php
TraitMethodSignatureMismatch.php
TypeCoercion.php
TypeDoesNotContainNull.php
TypeDoesNotContainType.php
UncaughtThrowInGlobalScope.php
UndefinedClass.php
UndefinedConstant.php
UndefinedDocblockClass.php
UndefinedFunction.php
UndefinedGlobalVariable.php
UndefinedInterface.php
UndefinedInterfaceMethod.php
UndefinedMagicMethod.php
UndefinedMagicPropertyAssignment.php
UndefinedMagicPropertyFetch.php
UndefinedMethod.php
UndefinedPropertyAssignment.php
UndefinedPropertyFetch.php
UndefinedThisPropertyAssignment.php
UndefinedThisPropertyFetch.php
UndefinedTrace.php
UndefinedTrait.php
UndefinedVariable.php
UnevaluatedCode.php
UnimplementedAbstractMethod.php
UnimplementedInterfaceMethod.php
UninitializedProperty.php
UnnecessaryVarAnnotation.php
UnrecognizedExpression.php
UnrecognizedStatement.php
UnresolvableInclude.php
UnusedClass.php
UnusedClosureParam.php
UnusedFunctionCall.php
UnusedMethod.php
UnusedMethodCall.php
UnusedParam.php
UnusedProperty.php
UnusedPsalmSuppress.php
UnusedVariable.php