1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 17:57:37 +01:00
psalm/src/Psalm/Issue
2018-03-21 10:17:57 -04:00
..
AbstractInstantiation.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
AssignmentToVoid.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
CircularReference.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -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 Add end line/column data for LSP support 2018-02-19 18:16:09 -05:00
ConflictingReferenceConstraint.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
ContinueOutsideLoop.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
DeprecatedClass.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
DeprecatedInterface.php Add DeprecatedInterface and emit DeprecatedClass in more places 2018-01-23 09:09:43 -05:00
DeprecatedMethod.php Allow class and method issues to be suppressed by their identifiers 2018-03-20 22:36:03 -04:00
DeprecatedProperty.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
DocblockTypeContradiction.php Add DocblockTypeContradiction to find possible issues with docblock types 2018-02-06 18:44:53 -05:00
DuplicateArrayKey.php Fix #450 - add checks for duplicate array keys 2018-01-18 17:16:50 -05:00
DuplicateClass.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
DuplicateParam.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
EmptyArrayAccess.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
FalsableReturnStatement.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
FalseOperand.php Add more granular error messages for invalid operands 2018-03-18 16:39:34 -04:00
ForbiddenCode.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
ImplementedReturnTypeMismatch.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
ImplicitToStringCast.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InaccessibleClassConstant.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InaccessibleMethod.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InaccessibleProperty.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InterfaceInstantiation.php Add missing file 2018-02-17 20:45:09 -05:00
InvalidArgument.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidArrayAccess.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidArrayAssignment.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidArrayOffset.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidCast.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidCatch.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidClass.php Make UndefinedClass an explicit class-related issue 2018-03-21 10:17:57 -04:00
InvalidClone.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidDocblock.php
InvalidFalsableReturnType.php Add documentation 2018-01-07 17:25:23 -05:00
InvalidFunctionCall.php
InvalidGlobal.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidIterator.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidMethodCall.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidNullableReturnType.php Add documentation 2018-01-07 17:25:23 -05:00
InvalidOperand.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidParamDefault.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidPassByReference.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidPropertyAssignment.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidPropertyAssignmentValue.php Add all Possibly* issues to more lenient config 2018-01-10 10:56:43 -05:00
InvalidPropertyFetch.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidReturnStatement.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidReturnType.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidScalarArgument.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidScope.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidStaticInvocation.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidStringClass.php Add new issue conditional on config flag 2018-03-06 12:19:50 -05:00
InvalidThrow.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
InvalidToString.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
LessSpecificReturnStatement.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
LessSpecificReturnType.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
LoopInvalidation.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MethodIssue.php Allow class and method issues to be suppressed by their identifiers 2018-03-20 22:36:03 -04:00
MethodSignatureMismatch.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MismatchingDocblockParamType.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MismatchingDocblockReturnType.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MisplacedRequiredParam.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MissingClosureParamType.php Split UntypedParam into MissingParamType and MissingClosureParamType 2018-01-28 20:03:47 -05:00
MissingClosureReturnType.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MissingConstructor.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MissingDependency.php Make UndefinedClass an explicit class-related issue 2018-03-21 10:17:57 -04:00
MissingDocblockType.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MissingFile.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MissingParamType.php Split UntypedParam into MissingParamType and MissingClosureParamType 2018-01-28 20:03:47 -05:00
MissingPropertyType.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MissingReturnType.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MixedArgument.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MixedArrayAccess.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MixedArrayAssignment.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MixedArrayOffset.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MixedAssignment.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MixedInferredReturnType.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MixedMethodCall.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MixedOperand.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MixedPropertyAssignment.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MixedPropertyFetch.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MixedReturnStatement.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MixedStringOffsetAssignment.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MixedTypeCoercion.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MoreSpecificImplementedParamType.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MoreSpecificImplementedReturnType.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
MoreSpecificReturnType.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
NoInterfaceProperties.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
NonStaticSelfCall.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
NullableReturnStatement.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
NullArgument.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
NullArrayAccess.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
NullArrayOffset.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
NullFunctionCall.php
NullIterator.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
NullOperand.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
NullPropertyAssignment.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
NullPropertyFetch.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
NullReference.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
OverriddenMethodAccess.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
OverriddenPropertyAccess.php Detect fatal issues where property access is overridden 2018-03-04 12:24:50 -05:00
ParadoxicalCondition.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
ParentNotFound.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyFalseArgument.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyFalseIterator.php Add more refined treatment of InvalidIterator 2018-03-20 22:59:22 -04:00
PossiblyFalseOperand.php Add more granular error messages for invalid operands 2018-03-18 16:39:34 -04:00
PossiblyFalsePropertyAssignmentValue.php Add all Possibly* issues to more lenient config 2018-01-10 10:56:43 -05:00
PossiblyFalseReference.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyInvalidArgument.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyInvalidArrayAccess.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyInvalidArrayAssignment.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyInvalidArrayOffset.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyInvalidFunctionCall.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyInvalidIterator.php Add more refined treatment of InvalidIterator 2018-03-20 22:59:22 -04:00
PossiblyInvalidMethodCall.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyInvalidOperand.php Add more granular error messages for invalid operands 2018-03-18 16:39:34 -04:00
PossiblyInvalidPropertyAssignment.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyInvalidPropertyAssignmentValue.php Add all Possibly* issues to more lenient config 2018-01-10 10:56:43 -05:00
PossiblyInvalidPropertyFetch.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyNullArgument.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyNullArrayAccess.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyNullArrayAssignment.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyNullArrayOffset.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyNullFunctionCall.php
PossiblyNullIterator.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyNullOperand.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyNullPropertyAssignment.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyNullPropertyAssignmentValue.php Add all Possibly* issues to more lenient config 2018-01-10 10:56:43 -05:00
PossiblyNullPropertyFetch.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyNullReference.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyUndefinedGlobalVariable.php Add UndefinedGlobalVariable issue and asssociated Possibly... one 2017-12-06 00:56:00 -05:00
PossiblyUndefinedMethod.php Allow class and method issues to be suppressed by their identifiers 2018-03-20 22:36:03 -04:00
PossiblyUndefinedVariable.php
PossiblyUnusedMethod.php Allow class and method issues to be suppressed by their identifiers 2018-03-20 22:36:03 -04:00
PossiblyUnusedParam.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
PossiblyUnusedProperty.php Find unused properties with dead code checks 2018-01-10 23:29:18 -05:00
PropertyNotSetInConstructor.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
RawObjectIteration.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
RedundantCondition.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
RedundantConditionGivenDocblockType.php Fix #498 - add better issue type for docblock contradiction 2018-02-07 15:20:47 -05:00
ReferenceConstraintViolation.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
ReservedWord.php Make UndefinedClass an explicit class-related issue 2018-03-21 10:17:57 -04:00
TooFewArguments.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
TooManyArguments.php
TypeCoercion.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
TypeDoesNotContainNull.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
TypeDoesNotContainType.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UndefinedClass.php Make UndefinedClass an explicit class-related issue 2018-03-21 10:17:57 -04:00
UndefinedConstant.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UndefinedFunction.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UndefinedGlobalVariable.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UndefinedMethod.php Allow class and method issues to be suppressed by their identifiers 2018-03-20 22:36:03 -04:00
UndefinedPropertyAssignment.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UndefinedPropertyFetch.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UndefinedThisPropertyAssignment.php
UndefinedThisPropertyFetch.php
UndefinedTrait.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UndefinedVariable.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UnevaluatedCode.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UnimplementedAbstractMethod.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UnimplementedInterfaceMethod.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UnrecognizedExpression.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UnrecognizedStatement.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UnresolvableInclude.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UnusedClass.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UnusedMethod.php Allow class and method issues to be suppressed by their identifiers 2018-03-20 22:36:03 -04:00
UnusedParam.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00
UnusedProperty.php Find unused properties with dead code checks 2018-01-10 23:29:18 -05:00
UnusedVariable.php Collapse Issue inheritance and rename new issues 2018-01-07 17:25:23 -05:00