1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 10:38:49 +01:00
psalm/docs/running_psalm/issues
2024-01-15 10:11:21 +01:00
..
AbstractInstantiation.md
AbstractMethodCall.md
AmbiguousConstantInheritance.md
ArgumentTypeCoercion.md
AssignmentToVoid.md
CheckType.md
CircularReference.md
ComplexFunction.md
ComplexMethod.md
ConfigIssue.md
ConflictingReferenceConstraint.md
ConstantDeclarationInTrait.md Support constants in traits 2023-01-17 16:37:44 -05:00
ConstructorSignatureMismatch.md
ContinueOutsideLoop.md
DeprecatedClass.md
DeprecatedConstant.md
DeprecatedFunction.md
DeprecatedInterface.md
DeprecatedMethod.md
DeprecatedProperty.md
DeprecatedTrait.md
DirectConstructorCall.md Flag direct constructor calls 2023-02-15 20:14:00 -04:00
DocblockTypeContradiction.md
DuplicateArrayKey.md
DuplicateClass.md
DuplicateConstant.md
DuplicateEnumCase.md
DuplicateEnumCaseValue.md
DuplicateFunction.md
DuplicateMethod.md
DuplicateParam.md
EmptyArrayAccess.md
ExtensionRequirementViolation.md
FalsableReturnStatement.md
FalseOperand.md
ForbiddenCode.md Update ForbiddenCode.md 2023-01-13 11:21:34 +01:00
IfThisIsMismatch.md
ImplementationRequirementViolation.md
ImplementedParamTypeMismatch.md
ImplementedReturnTypeMismatch.md
ImplicitToStringCast.md
ImpureByReferenceAssignment.md
ImpureFunctionCall.md
ImpureMethodCall.md
ImpurePropertyAssignment.md
ImpurePropertyFetch.md
ImpureStaticProperty.md
ImpureStaticVariable.md
ImpureVariable.md
InaccessibleClassConstant.md
InaccessibleMethod.md
InaccessibleProperty.md
InheritorViolation.md Change the Issue type and add documentation 2023-05-07 11:34:33 +01:00
InterfaceInstantiation.md
InternalClass.md
InternalMethod.md
InternalProperty.md
InvalidArgument.md
InvalidArrayAccess.md
InvalidArrayAssignment.md
InvalidArrayOffset.md
InvalidAttribute.md
InvalidCast.md
InvalidCatch.md
InvalidClass.md
InvalidClassConstantType.md
InvalidClone.md
InvalidConstantAssignmentValue.md
InvalidDocblock.md
InvalidDocblockParamName.md
InvalidEnumBackingType.md
InvalidEnumCaseValue.md
InvalidEnumMethod.md Forbid most magic methods on enums 2022-12-12 03:03:20 -04:00
InvalidExtendClass.md Add support for @psalm-inheritors 2023-05-07 11:33:38 +01:00
InvalidFalsableReturnType.md
InvalidFunctionCall.md
InvalidGlobal.md
InvalidInterfaceImplementation.md Forbid implementing some interfaces 2023-02-12 02:48:50 -04:00
InvalidIterator.md
InvalidLiteralArgument.md
InvalidMethodCall.md
InvalidNamedArgument.md
InvalidNullableReturnType.md
InvalidOperand.md
InvalidParamDefault.md
InvalidParent.md
InvalidPassByReference.md
InvalidPropertyAssignment.md
InvalidPropertyAssignmentValue.md
InvalidPropertyFetch.md
InvalidReturnStatement.md
InvalidReturnType.md
InvalidScalarArgument.md
InvalidScope.md
InvalidStaticInvocation.md
InvalidStringClass.md
InvalidTemplateParam.md
InvalidThrow.md
InvalidToString.md
InvalidTraversableImplementation.md
InvalidTypeImport.md
LessSpecificClassConstantType.md
LessSpecificImplementedReturnType.md
LessSpecificReturnStatement.md
LessSpecificReturnType.md
LoopInvalidation.md
MethodSignatureMismatch.md
MethodSignatureMustOmitReturnType.md
MethodSignatureMustProvideReturnType.md
MismatchingDocblockParamType.md
MismatchingDocblockPropertyType.md
MismatchingDocblockReturnType.md
MissingClosureParamType.md
MissingClosureReturnType.md
MissingConstructor.md
MissingDependency.md
MissingDocblockType.md
MissingFile.md
MissingImmutableAnnotation.md
MissingParamType.md
MissingPropertyType.md
MissingReturnType.md
MissingTemplateParam.md
MissingThrowsDocblock.md
MixedArgument.md
MixedArgumentTypeCoercion.md
MixedArrayAccess.md
MixedArrayAssignment.md
MixedArrayOffset.md
MixedArrayTypeCoercion.md
MixedAssignment.md
MixedClone.md
MixedFunctionCall.md
MixedInferredReturnType.md
MixedMethodCall.md
MixedOperand.md
MixedPropertyAssignment.md
MixedPropertyFetch.md
MixedPropertyTypeCoercion.md
MixedReturnStatement.md
MixedReturnTypeCoercion.md
MixedStringOffsetAssignment.md
MoreSpecificImplementedParamType.md
MoreSpecificReturnType.md
MutableDependency.md
NamedArgumentNotAllowed.md
NoEnumProperties.md
NoInterfaceProperties.md
NonInvariantDocblockPropertyType.md
NonInvariantPropertyType.md
NonStaticSelfCall.md
NoValue.md improve docs and phrasing about NoValue 2022-11-24 20:56:49 +01:00
NullableReturnStatement.md
NullArgument.md
NullArrayAccess.md
NullArrayOffset.md
NullFunctionCall.md
NullIterator.md
NullOperand.md
NullPropertyAssignment.md
NullPropertyFetch.md
NullReference.md
OverriddenFinalConstant.md
OverriddenInterfaceConstant.md
OverriddenMethodAccess.md
OverriddenPropertyAccess.md
ParadoxicalCondition.md Remove some logic that didn't need to be there (#9209) 2023-02-03 21:08:16 -05:00
ParamNameMismatch.md
ParentNotFound.md
ParseError.md
PluginIssue.md
PossibleRawObjectIteration.md
PossiblyFalseArgument.md
PossiblyFalseIterator.md
PossiblyFalseOperand.md
PossiblyFalsePropertyAssignmentValue.md
PossiblyFalseReference.md
PossiblyInvalidArgument.md
PossiblyInvalidArrayAccess.md
PossiblyInvalidArrayAssignment.md
PossiblyInvalidArrayOffset.md
PossiblyInvalidCast.md
PossiblyInvalidClone.md
PossiblyInvalidDocblockTag.md
PossiblyInvalidFunctionCall.md
PossiblyInvalidIterator.md
PossiblyInvalidMethodCall.md
PossiblyInvalidOperand.md
PossiblyInvalidPropertyAssignment.md
PossiblyInvalidPropertyAssignmentValue.md
PossiblyInvalidPropertyFetch.md
PossiblyNullArgument.md
PossiblyNullArrayAccess.md
PossiblyNullArrayAssignment.md
PossiblyNullArrayOffset.md
PossiblyNullFunctionCall.md
PossiblyNullIterator.md
PossiblyNullOperand.md
PossiblyNullPropertyAssignment.md
PossiblyNullPropertyAssignmentValue.md
PossiblyNullPropertyFetch.md
PossiblyNullReference.md
PossiblyUndefinedArrayOffset.md
PossiblyUndefinedGlobalVariable.md
PossiblyUndefinedIntArrayOffset.md
PossiblyUndefinedMethod.md
PossiblyUndefinedStringArrayOffset.md
PossiblyUndefinedVariable.md
PossiblyUnusedMethod.md @psalm-api 2022-12-23 16:13:46 -06:00
PossiblyUnusedParam.md
PossiblyUnusedProperty.md @psalm-api 2022-12-23 16:13:46 -06:00
PossiblyUnusedReturnValue.md
PrivateFinalMethod.md Forbid private final methods 2023-03-03 02:00:09 -04:00
PropertyNotSetInConstructor.md
PropertyTypeCoercion.md
RawObjectIteration.md
RedundantCast.md
RedundantCastGivenDocblockType.md
RedundantCondition.md
RedundantConditionGivenDocblockType.md
RedundantFlag.md filter_input & filter_var return type more specific 2023-12-17 20:34:10 +01:00
RedundantFunctionCall.md
RedundantFunctionCallGivenDocblockType.md
RedundantIdentityWithTrue.md
RedundantPropertyInitializationCheck.md
ReferenceConstraintViolation.md
ReferenceReusedFromConfusingScope.md
ReservedWord.md
RiskyCast.md
RiskyTruthyFalsyComparison.md create a separate issue type 2024-01-15 10:11:21 +01:00
StringIncrement.md
TaintedCallable.md
TaintedCookie.md
TaintedCustom.md
TaintedEval.md
TaintedFile.md
TaintedHeader.md
TaintedHtml.md Documented suggestions for HTML user input 2023-05-12 13:02:13 -05:00
TaintedInclude.md
TaintedInput.md
TaintedLdap.md
TaintedShell.md
TaintedSql.md
TaintedSSRF.md
TaintedSystemSecret.md
TaintedTextWithQuotes.md Documented suggestions for HTML user input 2023-05-12 13:02:13 -05:00
TaintedUnserialize.md
TaintedUserSecret.md
TooFewArguments.md
TooManyArguments.md
TooManyTemplateParams.md
Trace.md Make it easier to find how to promote Trace 2023-04-26 21:41:24 +02:00
TraitMethodSignatureMismatch.md
TypeDoesNotContainNull.md
TypeDoesNotContainType.md
UncaughtThrowInGlobalScope.md
UndefinedAttributeClass.md
UndefinedClass.md
UndefinedConstant.md
UndefinedDocblockClass.md
UndefinedFunction.md
UndefinedGlobalVariable.md
UndefinedInterface.md
UndefinedInterfaceMethod.md
UndefinedMagicMethod.md
UndefinedMagicPropertyAssignment.md
UndefinedMagicPropertyFetch.md
UndefinedMethod.md
UndefinedPropertyAssignment.md
UndefinedPropertyFetch.md
UndefinedThisPropertyAssignment.md
UndefinedThisPropertyFetch.md
UndefinedTrace.md
UndefinedTrait.md
UndefinedVariable.md
UnevaluatedCode.md
UnhandledMatchCondition.md
UnimplementedAbstractMethod.md
UnimplementedInterfaceMethod.md
UninitializedProperty.md
UnnecessaryVarAnnotation.md
UnrecognizedExpression.md
UnrecognizedStatement.md
UnresolvableConstant.md
UnresolvableInclude.md
UnsafeGenericInstantiation.md
UnsafeInstantiation.md
UnsupportedPropertyReferenceUsage.md UnsupportedPropertyReferenceUsage 2023-05-12 14:12:12 -05:00
UnsupportedReferenceUsage.md
UnusedBaselineEntry.md Report unused baseline entries 2023-01-17 22:02:21 -05:00
UnusedClass.md @psalm-api 2022-12-23 16:13:46 -06:00
UnusedClosureParam.md
UnusedConstructor.md
UnusedDocblockParam.md Flag docblock parameters that have no counterparts in function signature 2023-02-15 22:04:26 -04:00
UnusedForeachValue.md
UnusedFunctionCall.md
UnusedMethod.md @psalm-api 2022-12-23 16:13:46 -06:00
UnusedMethodCall.md
UnusedParam.md
UnusedProperty.md Update docs/running_psalm/issues/UnusedProperty.md 2023-02-14 22:00:17 -04:00
UnusedPsalmSuppress.md
UnusedReturnValue.md
UnusedVariable.md