1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 10:17:33 +01:00
psalm/src/CodeInspector/Issue
2016-07-22 13:29:46 -04:00
..
CodeError.php Improve error messages 2016-06-17 17:34:52 -04:00
CodeIssue.php Down with exceptions, up with issues 2016-06-09 18:08:25 -04:00
DeprecatedMethod.php Add deprecated method checks and issue suppression 2016-07-22 13:29:46 -04:00
FailedTypeResolution.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
ForbiddenCode.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
InaccessibleMethod.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
InvalidArgument.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
InvalidArrayAccess.php Protect against array assignment to strings 2016-06-17 16:58:15 -04:00
InvalidArrayAssignment.php Create Context, new if checks & file extension support 2016-06-20 00:38:13 -04:00
InvalidClass.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
InvalidDocblock.php Add extra alerts for invalid docblocks 2016-06-24 18:18:11 -04:00
InvalidIterator.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
InvalidNamespace.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
InvalidPropertyAssignment.php Add checking of object properties 2016-06-23 18:45:46 -04:00
InvalidReturnType.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
InvalidScalarArgument.php Add InvalidScalarArgument issue to warn about bad casts 2016-07-11 19:58:37 -04:00
InvalidScope.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
InvalidStaticInvocation.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
InvalidStaticVariable.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
MixedMethodCall.php Check for mixed method calls 2016-07-07 19:38:33 -04:00
NullReference.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
ParentNotFound.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
PossiblyUndefinedVariable.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
UndefinedClass.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
UndefinedConstant.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
UndefinedFunction.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
UndefinedMethod.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
UndefinedProperty.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
UndefinedTrait.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00
UndefinedVariable.php Add array assignment checks and remove Error suffix 2016-06-13 19:57:32 -04:00