1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/docs/running_psalm/issues
Bruce Weirdan f61193b798
Reinstate MethodSignatureMustProvideReturnType
It's never emitted, but is there for BC.
2022-01-31 23:38:15 +02:00
..
AbstractInstantiation.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
AbstractMethodCall.md Update docs once more 2020-03-21 09:48:35 -04:00
ArgumentTypeCoercion.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
AssignmentToVoid.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
CircularReference.md Update docs once more 2020-03-21 09:48:35 -04:00
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 Fix typo in ConfigIssue.md 2021-07-02 11:59:26 +02:00
ConflictingReferenceConstraint.md Update docs once more 2020-03-21 09:48:35 -04:00
ConstructorSignatureMismatch.md Add ConstructorSignatureMismatch issue distinct from MethodSignatureMismatch 2020-08-10 12:26:25 -04:00
ContinueOutsideLoop.md Update docs once more 2020-03-21 09:48:35 -04:00
DeprecatedClass.md Update docs once more 2020-03-21 09:48:35 -04:00
DeprecatedConstant.md update docs for enum case deprecation 2021-12-22 06:16:42 +01:00
DeprecatedFunction.md Update docs once more 2020-03-21 09:48:35 -04:00
DeprecatedInterface.md Update docs once more 2020-03-21 09:48:35 -04:00
DeprecatedMethod.md Update docs once more 2020-03-21 09:48:35 -04:00
DeprecatedProperty.md Update docs once more 2020-03-21 09:48:35 -04:00
DeprecatedTrait.md Update docs once more 2020-03-21 09:48:35 -04:00
DocblockTypeContradiction.md Update docs once more 2020-03-21 09:48:35 -04:00
DuplicateArrayKey.md Clean up issues list, add documentation to help with named variadic confusion. (#5511) 2021-03-29 15:10:49 -04:00
DuplicateClass.md Add more docs 2020-03-21 10:13:11 -04:00
DuplicateConstant.md Flag duplicate constants 2021-11-11 00:44:17 +02:00
DuplicateEnumCase.md Basic enum checks 2021-09-07 12:35:38 +03:00
DuplicateEnumCaseValue.md Basic enum checks 2021-09-07 12:35:38 +03:00
DuplicateFunction.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
DuplicateMethod.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
DuplicateParam.md Add more docs 2020-03-21 10:13:11 -04:00
EmptyArrayAccess.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
ExtensionRequirementViolation.md Initial proposal for psalm-require-{extends, implements} (#4361) 2020-10-19 15:08:18 -04:00
FalsableReturnStatement.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
FalseOperand.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
ForbiddenCode.md ForbiddenCode configure docs (#3989) 2020-08-13 09:21:13 -04:00
ForbiddenEcho.md deprecate attribute forbidEcho 2022-01-14 19:31:03 +01:00
IfThisIsMismatch.md Fixes 2021-09-22 10:26:21 +02:00
ImplementationRequirementViolation.md Initial proposal for psalm-require-{extends, implements} (#4361) 2020-10-19 15:08:18 -04:00
ImplementedParamTypeMismatch.md Improve words 2020-03-23 23:54:48 -04:00
ImplementedReturnTypeMismatch.md Fix issue description 2020-03-23 23:55:51 -04:00
ImplicitToStringCast.md Fix typo (#2999) 2020-03-21 10:19:30 -04:00
ImpureByReferenceAssignment.md Add a couple more documented things 2020-03-21 00:39:00 -04:00
ImpureFunctionCall.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
ImpureMethodCall.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
ImpurePropertyAssignment.md Fix docs 2020-08-23 13:03:25 -04:00
ImpurePropertyFetch.md Fix docs 2020-08-23 13:03:25 -04:00
ImpureStaticProperty.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
ImpureStaticVariable.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
ImpureVariable.md Prevent use of $this in pure functions 2020-08-23 18:37:46 -04:00
InaccessibleClassConstant.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InaccessibleMethod.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InaccessibleProperty.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InterfaceInstantiation.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InternalClass.md Fix multiple issues with @internal and @psalm-internal (#3841) 2020-07-22 19:27:35 -04:00
InternalMethod.md Fix multiple issues with @internal and @psalm-internal (#3841) 2020-07-22 19:27:35 -04:00
InternalProperty.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidArgument.md Add a better description to PossiblyInvalidArgument 2020-03-21 15:33:40 -04:00
InvalidArrayAccess.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidArrayAssignment.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidArrayOffset.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidAttribute.md Detect when targets are incorrectly targeted 2020-10-30 13:28:45 -04:00
InvalidCast.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidCatch.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidClass.md InvalidClass is also reported if the casing in the namespace is wrong (#4090) 2020-08-31 10:05:03 -04:00
InvalidClone.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidDocblock.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidDocblockParamName.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
InvalidEnumBackingType.md Basic enum checks 2021-09-07 12:35:38 +03:00
InvalidEnumCaseValue.md Basic enum checks 2021-09-07 12:35:38 +03:00
InvalidExtendClass.md Update InvalidExtendClass.md (#3616) 2020-06-19 11:51:30 -04:00
InvalidFalsableReturnType.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidFunctionCall.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidGlobal.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidIterator.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidLiteralArgument.md Fix documentation 2020-09-10 22:58:26 -04:00
InvalidMethodCall.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidNamedArgument.md Fix test 2020-10-02 21:01:55 -04:00
InvalidNullableReturnType.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidOperand.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidParamDefault.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidParent.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidPassByReference.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidPropertyAssignment.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidPropertyAssignmentValue.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidPropertyFetch.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidReturnStatement.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidReturnType.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidScalarArgument.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidScope.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidStaticInvocation.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidStringClass.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidTemplateParam.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidThrow.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
InvalidToString.md Fix tests 2020-10-27 22:29:49 -04:00
InvalidTraversableImplementation.md Prevent invalid Traversable implementation (#5171) 2021-02-06 22:10:05 -05:00
InvalidTypeImport.md Improve import errors (#3997) 2020-08-16 22:53:53 -04:00
LessSpecificImplementedReturnType.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
LessSpecificReturnStatement.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
LessSpecificReturnType.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
LoopInvalidation.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MethodSignatureMismatch.md Check for ParamName even for method with only one param (#5732) 2021-05-08 19:33:48 -04:00
MethodSignatureMustOmitReturnType.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MethodSignatureMustProvideReturnType.md Reinstate MethodSignatureMustProvideReturnType 2022-01-31 23:38:15 +02:00
MismatchingDocblockParamType.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
MismatchingDocblockPropertyType.md Fix #4912 - detect mismatching property type 2020-12-29 16:37:03 +00:00
MismatchingDocblockReturnType.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
MissingClosureParamType.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MissingClosureReturnType.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MissingConstructor.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MissingDependency.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
MissingDocblockType.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MissingFile.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MissingImmutableAnnotation.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MissingParamType.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MissingPropertyType.md Update MissingPropertyType.md (#3299) 2020-05-04 14:49:19 -04:00
MissingReturnType.md Update MissingReturnType.md (#3942) 2020-08-05 15:48:18 -04:00
MissingTemplateParam.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MissingThrowsDocblock.md Update MissingThrowsDocblock.md (#3878) 2020-07-24 09:33:50 -04:00
MixedArgument.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MixedArgumentTypeCoercion.md Clean up issues list, add documentation to help with named variadic confusion. (#5511) 2021-03-29 15:10:49 -04:00
MixedArrayAccess.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MixedArrayAssignment.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MixedArrayOffset.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MixedArrayTypeCoercion.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MixedAssignment.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MixedClone.md Add documentation for MixedClone 2020-05-18 17:20:57 -04:00
MixedFunctionCall.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MixedInferredReturnType.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MixedMethodCall.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
MixedOperand.md Update MixedOperand.md 2020-11-08 14:41:08 -05:00
MixedPropertyAssignment.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MixedPropertyFetch.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MixedPropertyTypeCoercion.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
MixedReturnStatement.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MixedReturnTypeCoercion.md Clean up issues list, add documentation to help with named variadic confusion. (#5511) 2021-03-29 15:10:49 -04:00
MixedStringOffsetAssignment.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MoreSpecificImplementedParamType.md docs(MoreSpecificImplementedParamType): less to more (#3725) 2020-07-01 09:01:58 -04:00
MoreSpecificReturnType.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
MutableDependency.md fix #3282 (#4724) 2020-11-28 09:03:03 -05:00
NamedArgumentNotAllowed.md Improve @no-named-arguments support and variadics. (#5455) 2021-03-22 19:58:22 -04:00
NoEnumProperties.md Forbid properties on enums 2021-11-06 21:57:49 +02:00
NoInterfaceProperties.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
NonInvariantDocblockPropertyType.md Allow property type invariance on templated properties 2021-02-07 01:45:48 -05:00
NonInvariantPropertyType.md Add less severe issue for docblock property type invariance cc @bdsl 2021-02-07 00:52:29 -05:00
NonStaticSelfCall.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
NoValue.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
NullableReturnStatement.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
NullArgument.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
NullArrayAccess.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
NullArrayOffset.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
NullFunctionCall.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
NullIterator.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
NullOperand.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
NullPropertyAssignment.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
NullPropertyFetch.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
NullReference.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
OverriddenMethodAccess.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
OverriddenPropertyAccess.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
ParadoxicalCondition.md fix doc 2021-10-02 10:01:05 +02:00
ParamNameMismatch.md [easy fix] Update example for @no-named-arguments (#4170) 2020-09-11 23:36:10 -04:00
ParentNotFound.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
ParseError.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PluginIssue.md
PossibleRawObjectIteration.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyFalseArgument.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
PossiblyFalseIterator.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyFalseOperand.md Update docs once more 2020-03-21 09:48:35 -04:00
PossiblyFalsePropertyAssignmentValue.md Fix tests 2020-09-10 19:05:47 -04:00
PossiblyFalseReference.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyInvalidArgument.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyInvalidArrayAccess.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyInvalidArrayAssignment.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyInvalidArrayOffset.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyInvalidCast.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyInvalidClone.md Correct analyze clone expression (#3382) 2020-05-18 16:22:50 -04:00
PossiblyInvalidDocblockTag.md Flag unexpected tags on function docblocks (#5845) 2021-05-28 09:47:39 -04:00
PossiblyInvalidFunctionCall.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyInvalidIterator.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyInvalidMethodCall.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyInvalidOperand.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyInvalidPropertyAssignment.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
PossiblyInvalidPropertyAssignmentValue.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyInvalidPropertyFetch.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
PossiblyNullArgument.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyNullArrayAccess.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyNullArrayAssignment.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyNullArrayOffset.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyNullFunctionCall.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyNullIterator.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyNullOperand.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyNullPropertyAssignment.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyNullPropertyAssignmentValue.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyNullPropertyFetch.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyNullReference.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyUndefinedArrayOffset.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
PossiblyUndefinedGlobalVariable.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyUndefinedIntArrayOffset.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyUndefinedMethod.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyUndefinedStringArrayOffset.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyUndefinedVariable.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyUnusedMethod.md Detect unused return values (#5917) 2021-06-10 14:18:15 -04:00
PossiblyUnusedParam.md Improve test cases 2021-06-10 12:57:13 -04:00
PossiblyUnusedProperty.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PossiblyUnusedReturnValue.md Detect unused return values (#5917) 2021-06-10 14:18:15 -04:00
PropertyNotSetInConstructor.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
PropertyTypeCoercion.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
RawObjectIteration.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
RedundantCast.md Break out RedundantCast issues 2020-12-01 17:25:45 -05:00
RedundantCastGivenDocblockType.md Break out RedundantCast issues 2020-12-01 17:25:45 -05:00
RedundantCondition.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
RedundantConditionGivenDocblockType.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
RedundantFunctionCall.md Add docs 2021-12-30 11:56:16 +01:00
RedundantFunctionCallGivenDocblockType.md Fix typo in documentation filename 2022-01-11 14:18:04 +01:00
RedundantIdentityWithTrue.md Add negated identity with false case 2021-07-17 03:20:23 +03:00
RedundantPropertyInitializationCheck.md Add RedundantPropertyInitializationCheck (#4732) 2020-11-29 11:57:20 -05:00
ReferenceConstraintViolation.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
ReservedWord.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
StringIncrement.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
TaintedCallable.md Change TaintedText to TaintedCallable 2020-11-19 19:01:19 -05:00
TaintedCookie.md Add dedicated types for 'file', 'header' and 'cookie' (#4630) 2020-11-19 17:47:29 -05:00
TaintedCustom.md Break out TaintedInput issues into a lot of separate ones 2020-11-17 12:44:31 -05:00
TaintedEval.md Improve documentation for taints a little 2020-11-17 16:03:50 -05:00
TaintedFile.md Add dedicated types for 'file', 'header' and 'cookie' (#4630) 2020-11-19 17:47:29 -05:00
TaintedHeader.md Add dedicated types for 'file', 'header' and 'cookie' (#4630) 2020-11-19 17:47:29 -05:00
TaintedHtml.md [skip ci] Fix typos in docs/ 2021-08-05 16:39:14 -04:00
TaintedInclude.md Improve documentation for taints a little 2020-11-17 16:03:50 -05:00
TaintedInput.md
TaintedLdap.md Split LDAP into custom category (#4604) 2020-11-18 11:39:36 -05:00
TaintedShell.md Improve documentation for taints a little 2020-11-17 16:03:50 -05:00
TaintedSql.md Improve documentation for taints a little 2020-11-17 16:03:50 -05:00
TaintedSSRF.md Add SSRF sinks (#4592) 2020-11-18 00:52:48 -05:00
TaintedSystemSecret.md Improve documentation for taints a little 2020-11-17 16:03:50 -05:00
TaintedTextWithQuotes.md [skip ci] Fix typos in docs/ 2021-08-05 16:39:14 -04:00
TaintedUnserialize.md Break out TaintedInput issues into a lot of separate ones 2020-11-17 12:44:31 -05:00
TaintedUserSecret.md Break out TaintedInput issues into a lot of separate ones 2020-11-17 12:44:31 -05:00
TooFewArguments.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
TooManyArguments.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
TooManyTemplateParams.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
Trace.md @psalm-trace is now a specific low-level issue, because plain debug print breaks structured output (after #3080) (#3106) 2020-04-08 21:03:05 -04:00
TraitMethodSignatureMismatch.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
TypeDoesNotContainNull.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
TypeDoesNotContainType.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UncaughtThrowInGlobalScope.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UndefinedAttributeClass.md Add docs 2020-10-24 00:14:27 -04:00
UndefinedClass.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
UndefinedConstant.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
UndefinedDocblockClass.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
UndefinedFunction.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UndefinedGlobalVariable.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UndefinedInterface.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
UndefinedInterfaceMethod.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
UndefinedMagicMethod.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
UndefinedMagicPropertyAssignment.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
UndefinedMagicPropertyFetch.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
UndefinedMethod.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
UndefinedPropertyAssignment.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
UndefinedPropertyFetch.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
UndefinedThisPropertyAssignment.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UndefinedThisPropertyFetch.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UndefinedTrace.md @psalm-trace is now a specific low-level issue, because plain debug print breaks structured output (after #3080) (#3106) 2020-04-08 21:03:05 -04:00
UndefinedTrait.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
UndefinedVariable.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UnevaluatedCode.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UnhandledMatchCondition.md Catch unmatched matches 2020-08-31 22:59:47 -04:00
UnimplementedAbstractMethod.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UnimplementedInterfaceMethod.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UninitializedProperty.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UnnecessaryVarAnnotation.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UnrecognizedExpression.md
UnrecognizedStatement.md
UnresolvableInclude.md Removed misleading parentheses after language construct 2021-12-18 15:20:58 +00:00
UnsafeGenericInstantiation.md Fix #5383 - prevent unsound use of new static for generics 2021-04-10 13:16:19 -04:00
UnsafeInstantiation.md Fix #5383 - prevent unsound use of new static for generics 2021-04-10 13:16:19 -04:00
UnusedClass.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UnusedClosureParam.md Documented using underscore to suppress unused(param/variable) issues (#3580) 2020-06-13 00:31:37 -04:00
UnusedConstructor.md Fix #4656 - separate UnusedConstructor from UnusedMethod 2020-11-22 11:48:17 -05:00
UnusedForeachValue.md Simplify UnusedForeachValue example 2021-06-21 13:57:53 -04:00
UnusedFunctionCall.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UnusedMethod.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UnusedMethodCall.md Fix example 2020-07-16 16:19:29 -04:00
UnusedParam.md Documented using underscore to suppress unused(param/variable) issues (#3580) 2020-06-13 00:31:37 -04:00
UnusedProperty.md Add opening PHP tags to examples 2020-03-20 19:13:56 -04:00
UnusedPsalmSuppress.md Fix tests 2020-09-10 19:05:47 -04:00
UnusedReturnValue.md Detect unused return values (#5917) 2021-06-10 14:18:15 -04:00
UnusedVariable.md Documented using underscore to suppress unused(param/variable) issues (#3580) 2020-06-13 00:31:37 -04:00