1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 17:57:37 +01:00
psalm/src/Psalm/Issue
2020-02-22 10:04:46 -05:00
..
AbstractInstantiation.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ArgumentIssue.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
ArgumentTypeCoercion.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
AssignmentToVoid.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
CircularReference.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ClassIssue.php Allow class and method issues to be suppressed by their identifiers 2018-03-20 22:36:03 -04:00
CodeIssue.php Update issue levels 2020-02-17 16:32:16 -05:00
ConflictingReferenceConstraint.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ContinueOutsideLoop.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
DeprecatedClass.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
DeprecatedConstant.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
DeprecatedFunction.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
DeprecatedInterface.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
DeprecatedMethod.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
DeprecatedProperty.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
DeprecatedTrait.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
DocblockTypeContradiction.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
DuplicateArrayKey.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
DuplicateClass.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
DuplicateFunction.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
DuplicateMethod.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
DuplicateParam.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
EmptyArrayAccess.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
FalsableReturnStatement.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
FalseOperand.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ForbiddenCode.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ForbiddenEcho.php Update issue levels 2020-02-17 16:32:16 -05:00
FunctionIssue.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
ImplementedParamTypeMismatch.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ImplementedReturnTypeMismatch.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ImplicitToStringCast.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ImpureArgument.php Fix #2805 - forbid passing in mutable class to mutation-free context 2020-02-21 18:25:35 -05:00
ImpureByReferenceAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ImpureFunctionCall.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ImpureMethodCall.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ImpurePropertyAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ImpureStaticProperty.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ImpureStaticVariable.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InaccessibleClassConstant.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InaccessibleMethod.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InaccessibleProperty.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InterfaceInstantiation.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InternalClass.php Update issue levels 2020-02-17 16:32:16 -05:00
InternalMethod.php Update issue levels 2020-02-17 16:32:16 -05:00
InternalProperty.php Update issue levels 2020-02-17 16:32:16 -05:00
InvalidArgument.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidArrayAccess.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidArrayAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidArrayOffset.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidCast.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidCatch.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidClass.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidClone.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidDocblock.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidDocblockParamName.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidFalsableReturnType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidFunctionCall.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidGlobal.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidIterator.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidMethodCall.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidNullableReturnType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidOperand.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidParamDefault.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidParent.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidPassByReference.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidPropertyAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidPropertyAssignmentValue.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidPropertyFetch.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidReturnStatement.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidReturnType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidScalarArgument.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidScope.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidStaticInvocation.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidStringClass.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidTemplateParam.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidThrow.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
InvalidToString.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
LessSpecificImplementedReturnType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
LessSpecificReturnStatement.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
LessSpecificReturnType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
LoopInvalidation.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MethodIssue.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
MethodSignatureMismatch.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MethodSignatureMustOmitReturnType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MismatchingDocblockParamType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MismatchingDocblockReturnType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MisplacedRequiredParam.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MissingClosureParamType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MissingClosureReturnType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MissingConstructor.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MissingDependency.php Make UndefinedClass an explicit class-related issue 2018-03-21 10:17:57 -04:00
MissingDocblockType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MissingFile.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MissingImmutableAnnotation.php Fix #2138 - complain when inheriting from immutable interfaces without annotation 2019-09-21 22:52:30 -04:00
MissingParamType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MissingPropertyType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MissingReturnType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MissingTemplateParam.php Add warnings for extended template param counts off 2019-01-24 17:55:03 -05:00
MissingThrowsDocblock.php Fix #15 - check for uncaught throws if config flag is set 2018-06-22 01:13:49 -04:00
MixedArgument.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedArgumentTypeCoercion.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedArrayAccess.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedArrayAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedArrayOffset.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedArrayTypeCoercion.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedFunctionCall.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedInferredReturnType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedMethodCall.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedOperand.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedPropertyAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedPropertyFetch.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedPropertyTypeCoercion.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedReturnStatement.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedReturnTypeCoercion.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedStringOffsetAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MixedTypeCoercion.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MoreSpecificImplementedParamType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MoreSpecificReturnType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
MutableDependency.php Fix #2242 - warn when using mutable dependencies 2020-02-22 10:04:46 -05:00
NoInterfaceProperties.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
NonStaticSelfCall.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
NoValue.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
NullableReturnStatement.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
NullArgument.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
NullArrayAccess.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
NullArrayOffset.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
NullFunctionCall.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
NullIterator.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
NullOperand.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
NullPropertyAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
NullPropertyFetch.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
NullReference.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
OverriddenMethodAccess.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
OverriddenPropertyAccess.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ParadoxicalCondition.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ParentNotFound.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ParseError.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PluginIssue.php Add float-checking plugin, and support for custom plugin issues 2019-01-07 08:38:56 -05:00
PossibleRawObjectIteration.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyFalseArgument.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyFalseIterator.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyFalseOperand.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyFalsePropertyAssignmentValue.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyFalseReference.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyInvalidArgument.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyInvalidArrayAccess.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyInvalidArrayAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyInvalidArrayOffset.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyInvalidCast.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyInvalidFunctionCall.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyInvalidIterator.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyInvalidMethodCall.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyInvalidOperand.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyInvalidPropertyAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyInvalidPropertyAssignmentValue.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyInvalidPropertyFetch.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyNullArgument.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyNullArrayAccess.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyNullArrayAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyNullArrayOffset.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyNullFunctionCall.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyNullIterator.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyNullOperand.php Update issue levels 2020-02-17 16:32:16 -05:00
PossiblyNullPropertyAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyNullPropertyAssignmentValue.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyNullPropertyFetch.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyNullReference.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyUndefinedArrayOffset.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyUndefinedGlobalVariable.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyUndefinedIntArrayOffset.php Move to more appropriate location 2020-02-17 22:21:04 -05:00
PossiblyUndefinedMethod.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyUndefinedStringArrayOffset.php Move to more appropriate location 2020-02-17 22:21:04 -05:00
PossiblyUndefinedVariable.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PossiblyUnusedMethod.php Update issue levels 2020-02-17 16:32:16 -05:00
PossiblyUnusedParam.php Update issue levels 2020-02-17 16:32:16 -05:00
PossiblyUnusedProperty.php Update issue levels 2020-02-17 16:32:16 -05:00
PropertyIssue.php Add support for referencedProperty error restrictions 2018-05-11 00:07:41 -04:00
PropertyNotSetInConstructor.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PropertyTypeCoercion.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
PsalmInternalError.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
RawObjectIteration.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
RedundantCondition.php Update issue levels 2020-02-17 16:32:16 -05:00
RedundantConditionGivenDocblockType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ReferenceConstraintViolation.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
ReservedWord.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
StringIncrement.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
TaintedInput.php Update issue levels 2020-02-17 16:32:16 -05:00
TooFewArguments.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
TooManyArguments.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
TooManyTemplateParams.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
TraitMethodSignatureMismatch.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
TypeCoercion.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
TypeDoesNotContainNull.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
TypeDoesNotContainType.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UncaughtThrowInGlobalScope.php Update issue levels 2020-02-17 16:32:16 -05:00
UndefinedClass.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedConstant.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedDocblockClass.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedFunction.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedGlobalVariable.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedInterface.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedInterfaceMethod.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedMagicMethod.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedMagicPropertyAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedMagicPropertyFetch.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedMethod.php Update issue levels 2020-02-17 16:32:16 -05:00
UndefinedPropertyAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedPropertyFetch.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedThisPropertyAssignment.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedThisPropertyFetch.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedTrait.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UndefinedVariable.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UnevaluatedCode.php Update issue levels 2020-02-17 16:32:16 -05:00
UnimplementedAbstractMethod.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UnimplementedInterfaceMethod.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UninitializedProperty.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UnnecessaryVarAnnotation.php Update issue levels 2020-02-17 16:32:16 -05:00
UnrecognizedExpression.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UnrecognizedStatement.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UnresolvableInclude.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UnusedClass.php Update issue levels 2020-02-17 16:32:16 -05:00
UnusedClosureParam.php Update issue levels 2020-02-17 16:32:16 -05:00
UnusedFunctionCall.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UnusedMethod.php Update issue levels 2020-02-17 16:32:16 -05:00
UnusedMethodCall.php Change constant name and meaning 2020-02-17 00:04:46 -05:00
UnusedParam.php Update issue levels 2020-02-17 16:32:16 -05:00
UnusedProperty.php Update issue levels 2020-02-17 16:32:16 -05:00
UnusedPsalmSuppress.php Update issue levels 2020-02-17 16:32:16 -05:00
UnusedVariable.php Update issue levels 2020-02-17 16:32:16 -05:00