.. |
AbstractInstantiation.md
|
|
|
AbstractMethodCall.md
|
|
|
AmbiguousConstantInheritance.md
|
Use PHP 8.1 when testing AmbiguousConstantInheritance.
|
2022-01-25 15:49:09 -06:00 |
ArgumentTypeCoercion.md
|
|
|
AssignmentToVoid.md
|
|
|
CheckType.md
|
Add @psalm-check-type and @psalm-check-type-exact .
|
2022-02-17 10:37:13 -06:00 |
CircularReference.md
|
|
|
ComplexFunction.md
|
Fix documentation for ComplexMethod/ComplexFunction.
|
2022-01-12 14:37:52 -06:00 |
ComplexMethod.md
|
Fix documentation for ComplexMethod/ComplexFunction.
|
2022-01-12 14:37:52 -06:00 |
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
|
update docs for enum case deprecation
|
2021-12-22 06:16:42 +01:00 |
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
|
Flag duplicate constants
|
2021-11-11 00:44:17 +02:00 |
DuplicateEnumCase.md
|
|
|
DuplicateEnumCaseValue.md
|
|
|
DuplicateFunction.md
|
|
|
DuplicateMethod.md
|
|
|
DuplicateParam.md
|
|
|
EmptyArrayAccess.md
|
|
|
ExtensionRequirementViolation.md
|
|
|
FalsableReturnStatement.md
|
Docs: Fix minor php syntax issues in code examples
|
2022-10-18 14:57:50 +03:00 |
FalseOperand.md
|
|
|
ForbiddenCode.md
|
Update ForbiddenCode.md
|
2023-01-13 11:21:34 +01:00 |
IfThisIsMismatch.md
|
Fixes
|
2021-09-22 10:26:21 +02:00 |
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
|
More class const improvements.
|
2022-02-13 17:19:25 -06:00 |
InvalidClone.md
|
|
|
InvalidConstantAssignmentValue.md
|
Add type checking for class const assignments, fix several other const issues.
|
2022-01-22 17:06:54 -06:00 |
InvalidDocblock.md
|
|
|
InvalidDocblockParamName.md
|
|
|
InvalidEnumBackingType.md
|
|
|
InvalidEnumCaseValue.md
|
Update docs/running_psalm/issues/InvalidEnumCaseValue.md
|
2022-11-10 20:26:37 -04:00 |
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
|
Improve documentation for InvalidGlobal to explain that it's sometimes valid.
|
2022-02-18 11:36:25 -06:00 |
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
|
Add better documentation
|
2022-01-02 14:56:18 +02:00 |
InvalidScope.md
|
|
|
InvalidStaticInvocation.md
|
|
|
InvalidStringClass.md
|
|
|
InvalidTemplateParam.md
|
Make template constraints examples in docs consistent
|
2022-09-17 22:20:01 +02:00 |
InvalidThrow.md
|
|
|
InvalidToString.md
|
|
|
InvalidTraversableImplementation.md
|
Ensure all template parameters are specified in classes, interfaces, traits
|
2022-01-31 10:06:31 +01:00 |
InvalidTypeImport.md
|
|
|
LessSpecificClassConstantType.md
|
Improve class constant static analysis.
|
2022-01-25 15:20:17 -06:00 |
LessSpecificImplementedReturnType.md
|
|
|
LessSpecificReturnStatement.md
|
|
|
LessSpecificReturnType.md
|
|
|
LoopInvalidation.md
|
|
|
MethodSignatureMismatch.md
|
|
|
MethodSignatureMustOmitReturnType.md
|
|
|
MethodSignatureMustProvideReturnType.md
|
Reinstate MethodSignatureMustProvideReturnType
|
2022-01-31 23:38:15 +02:00 |
MismatchingDocblockParamType.md
|
|
|
MismatchingDocblockPropertyType.md
|
|
|
MismatchingDocblockReturnType.md
|
|
|
MissingClosureParamType.md
|
|
|
MissingClosureReturnType.md
|
|
|
MissingConstructor.md
|
Fix a typo in MissingConstructor.md
|
2022-05-27 11:04:00 +02:00 |
MissingDependency.md
|
|
|
MissingDocblockType.md
|
|
|
MissingFile.md
|
|
|
MissingImmutableAnnotation.md
|
|
|
MissingParamType.md
|
|
|
MissingPropertyType.md
|
|
|
MissingReturnType.md
|
|
|
MissingTemplateParam.md
|
|
|
MissingThrowsDocblock.md
|
|
|
MixedArgument.md
|
fix tests
|
2022-09-15 19:38:51 +02:00 |
MixedArgumentTypeCoercion.md
|
|
|
MixedArrayAccess.md
|
fix tests
|
2022-09-15 19:38:51 +02:00 |
MixedArrayAssignment.md
|
fix tests
|
2022-09-15 19:38:51 +02:00 |
MixedArrayOffset.md
|
fix tests
|
2022-09-15 19:38:51 +02:00 |
MixedArrayTypeCoercion.md
|
|
|
MixedAssignment.md
|
fix tests
|
2022-09-15 19:38:51 +02:00 |
MixedClone.md
|
fix tests
|
2022-09-15 19:38:51 +02:00 |
MixedFunctionCall.md
|
fix tests
|
2022-09-15 19:38:51 +02:00 |
MixedInferredReturnType.md
|
fix tests
|
2022-09-15 19:38:51 +02:00 |
MixedMethodCall.md
|
|
|
MixedOperand.md
|
fix tests
|
2022-09-15 19:38:51 +02:00 |
MixedPropertyAssignment.md
|
|
|
MixedPropertyFetch.md
|
|
|
MixedPropertyTypeCoercion.md
|
|
|
MixedReturnStatement.md
|
fix tests
|
2022-09-15 19:38:51 +02:00 |
MixedReturnTypeCoercion.md
|
|
|
MixedStringOffsetAssignment.md
|
fix tests
|
2022-09-15 19:38:51 +02:00 |
MoreSpecificImplementedParamType.md
|
|
|
MoreSpecificReturnType.md
|
|
|
MutableDependency.md
|
|
|
NamedArgumentNotAllowed.md
|
|
|
NoEnumProperties.md
|
Forbid properties on enums
|
2021-11-06 21:57:49 +02:00 |
NoInterfaceProperties.md
|
|
|
NonInvariantDocblockPropertyType.md
|
Make template constraints examples in docs consistent
|
2022-09-17 22:20:01 +02:00 |
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
|
More class const improvements.
|
2022-02-13 17:19:25 -06:00 |
OverriddenInterfaceConstant.md
|
Improve class constant static analysis.
|
2022-01-25 15:20:17 -06:00 |
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
|
Update PossiblyFalseReference.md
|
2022-10-26 19:52:31 +02:00 |
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
|
Removing list
|
2022-11-10 20:19:02 +01:00 |
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
|
Fix typo: "unitialized"
|
2022-10-19 14:36:43 -04:00 |
PropertyTypeCoercion.md
|
Fix typos
|
2022-08-20 23:29:03 +02:00 |
RawObjectIteration.md
|
|
|
RedundantCast.md
|
|
|
RedundantCastGivenDocblockType.md
|
|
|
RedundantCondition.md
|
|
|
RedundantConditionGivenDocblockType.md
|
|
|
RedundantFunctionCall.md
|
Add docs
|
2021-12-30 11:56:16 +01:00 |
RedundantFunctionCallGivenDocblockType.md
|
Make array shapes strict by default (#8701)
|
2022-11-11 20:14:21 -05:00 |
RedundantIdentityWithTrue.md
|
|
|
RedundantPropertyInitializationCheck.md
|
Fix issue documentation links.
|
2022-02-17 13:04:25 -06:00 |
ReferenceConstraintViolation.md
|
|
|
ReferenceReusedFromConfusingScope.md
|
Add support for references and improve UnusedVariable checks (fixes #7254).
|
2022-01-26 12:55:47 -06:00 |
ReservedWord.md
|
|
|
RiskyCast.md
|
add RiskyCast
|
2022-09-19 21:54:16 +02:00 |
StringIncrement.md
|
|
|
TaintedCallable.md
|
Fix typos
|
2022-08-20 23:29:03 +02:00 |
TaintedCookie.md
|
|
|
TaintedCustom.md
|
|
|
TaintedEval.md
|
|
|
TaintedFile.md
|
Fix bullet indentation in documentation.
|
2022-02-02 14:48:24 -06:00 |
TaintedHeader.md
|
|
|
TaintedHtml.md
|
Documented suggestions for HTML user input
|
2023-05-12 13:02:13 -05:00 |
TaintedInclude.md
|
|
|
TaintedInput.md
|
|
|
TaintedLdap.md
|
Docs: Fix minor php syntax issues in code examples
|
2022-10-18 14:57:50 +03:00 |
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
|
Support type annotations for class consts (fixes #942).
|
2022-01-22 17:06:53 -06:00 |
UnresolvableInclude.md
|
Removed misleading parentheses after language construct
|
2021-12-18 15:20:58 +00:00 |
UnsafeGenericInstantiation.md
|
|
|
UnsafeInstantiation.md
|
|
|
UnsupportedPropertyReferenceUsage.md
|
UnsupportedPropertyReferenceUsage
|
2023-05-12 14:12:12 -05:00 |
UnsupportedReferenceUsage.md
|
Improve handling of unsupported references (fixes #8018).
|
2022-05-26 18:28:23 -05:00 |
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
|
|
|