.. |
command_functions
|
Namespace base files
|
2020-07-22 15:57:24 -04:00 |
Config
|
Fix multiple issues with @internal and @psalm-internal (#3841)
|
2020-07-22 19:27:35 -04:00 |
EndToEnd
|
Collect and scan files included by the autoloaders (#3183)
|
2020-07-11 17:17:22 -04:00 |
FileManipulation
|
Prevent adding trait property types
|
2020-07-10 19:11:06 -04:00 |
FileUpdates
|
|
|
fixtures
|
Use composer/package-versions-deprecated instead of ocramius/package-versions (#3846)
|
2020-07-20 04:53:16 -04:00 |
Internal/Provider
|
|
|
LanguageServer
|
Add ability to Go to Definition on Use statements (#3805)
|
2020-07-11 17:16:44 -04:00 |
Loop
|
Generalise init vars inside for loops
|
2020-07-03 11:13:44 -04:00 |
Progress
|
|
|
Template
|
Fix #3907 - allow template as types to be refined via instanceof
|
2020-07-29 17:46:45 -04:00 |
Traits
|
|
|
TypeReconciliation
|
Add better checks
|
2020-07-26 19:09:26 -04:00 |
AlgebraTest.php
|
|
|
AnnotationTest.php
|
Fix #1916 - support @var docblock annotations in more places
|
2020-07-26 13:23:21 -04:00 |
ArgTest.php
|
|
|
ArrayAccessTest.php
|
Fix #3742 - add null to type after possibly null array access
|
2020-07-05 09:12:07 -04:00 |
ArrayAssignmentTest.php
|
Fix #3764 - preserve sealed-ness of array into array_map
|
2020-07-07 09:31:43 -04:00 |
ArrayFunctionCallTest.php
|
Hopefully final fixes
|
2020-07-21 23:59:11 -04:00 |
AssertAnnotationTest.php
|
Allow assertions of non-empty lists on typed lists
|
2020-07-29 18:10:43 -04:00 |
AssignmentTest.php
|
Fix #3797 - prevent many chained assignments crashing Psalm
|
2020-07-10 16:49:45 -04:00 |
BadFormatTest.php
|
|
|
BinaryOperationTest.php
|
Detect redundant identity with true (#3893)
|
2020-07-25 17:27:45 -04:00 |
CallableTest.php
|
Fix invalid UndefinedClass using array|callable (#3842)
|
2020-07-20 04:50:07 -04:00 |
ClassLoadOrderTest.php
|
|
|
ClassScopeTest.php
|
|
|
ClassStringTest.php
|
|
|
ClassTest.php
|
|
|
CloneTest.php
|
Fix #3719 - prevent crash when cloning missing class
|
2020-07-01 10:10:55 -04:00 |
ClosureTest.php
|
Fix tests
|
2020-07-07 10:41:46 -04:00 |
CodebaseTest.php
|
Fix #1916 - support @var docblock annotations in more places
|
2020-07-26 13:23:21 -04:00 |
ComposerLockTest.php
|
|
|
ConstantTest.php
|
|
|
DeprecatedAnnotationTest.php
|
|
|
DocblockInheritanceTest.php
|
|
|
DocCommentTest.php
|
Improve \Psalm\Internal\Scanner\DocblockParser::parse() (#3736)
|
2020-07-02 17:55:57 -04:00 |
DocumentationTest.php
|
|
|
EnumTest.php
|
|
|
ErrorBaselineTest.php
|
|
|
ExtendsFinalClassTest.php
|
|
|
FileDiffTest.php
|
|
|
FileReferenceTest.php
|
|
|
ForbiddenCodeTest.php
|
|
|
FunctionCallTest.php
|
Fix echo false issue (#3751)
|
2020-07-05 08:55:42 -04:00 |
GeneratorTest.php
|
|
|
ImmutableAnnotationTest.php
|
Detect concat operation on property
|
2020-07-24 16:01:45 -04:00 |
IncludeTest.php
|
Fix #3860 - use correct trait element positions for nested error
|
2020-07-21 14:17:07 -04:00 |
InterfaceTest.php
|
|
|
InternalAnnotationTest.php
|
psalm-internal no longer requires internal annotation
|
2020-07-26 10:47:48 -04:00 |
IssueBufferTest.php
|
|
|
IssueSuppressionTest.php
|
|
|
JsonOutputTest.php
|
|
|
junit.xsd
|
|
|
ListTest.php
|
|
|
MagicMethodAnnotationTest.php
|
Fix #3721 - prevent crash on empty @method
|
2020-07-01 09:00:33 -04:00 |
MagicPropertyTest.php
|
Fix #3857 - allow reconciliation on magic properties
|
2020-07-22 09:55:22 -04:00 |
MethodCallTest.php
|
Invalidate memoized getter method results after property assignment
|
2020-07-16 12:59:49 -04:00 |
MethodMutationTest.php
|
|
|
MethodSignatureTest.php
|
Prevent false-positive for Exception::__toString overriding
|
2020-07-02 14:09:56 -04:00 |
MixinAnnotationTest.php
|
|
|
NamespaceTest.php
|
|
|
Php40Test.php
|
|
|
Php55Test.php
|
|
|
Php56Test.php
|
Improve unpacking
|
2020-07-22 00:35:18 -04:00 |
Php70Test.php
|
|
|
Php71Test.php
|
|
|
ProjectCheckerTest.php
|
Prevent tests from producing output (#3847)
|
2020-07-20 04:52:01 -04:00 |
PropertyTypeTest.php
|
Fix #3897 - support aliasing final methods
|
2020-07-26 14:46:52 -04:00 |
PsalmPluginTest.php
|
|
|
PureAnnotationTest.php
|
Fix #3820 - don’t treat a method call as memoisable if it has assertions
|
2020-07-15 15:09:19 -04:00 |
ReferenceConstraintTest.php
|
|
|
ReportOutputTest.php
|
Fix #3676 - add multiline output for TaintedInput issues
|
2020-06-30 13:17:51 -04:00 |
ReturnTypeTest.php
|
Detect redundant identity with true (#3893)
|
2020-07-25 17:27:45 -04:00 |
SelfOutTest.php
|
Add new annotation: @psalm-self-out (#3650)
|
2020-07-01 18:10:24 -04:00 |
StubTest.php
|
Collect and scan files included by the autoloaders (#3183)
|
2020-07-11 17:17:22 -04:00 |
SwitchTypeTest.php
|
Prevent mixed erasure in get_class call
|
2020-07-16 13:56:42 -04:00 |
TaintTest.php
|
Allow taint through strval sprintf (#3836)
|
2020-07-17 10:12:04 -04:00 |
TestCase.php
|
|
|
TestConfig.php
|
Collect and scan files included by the autoloaders (#3183)
|
2020-07-11 17:17:22 -04:00 |
ThrowsAnnotationTest.php
|
|
|
ThrowsInGlobalScopeTest.php
|
|
|
ToStringTest.php
|
Only cast in echo when tracking taints
|
2020-06-29 15:06:11 -04:00 |
TraceTest.php
|
|
|
TraitTest.php
|
|
|
TryCatchTest.php
|
|
|
TypeAnnotationTest.php
|
|
|
TypeCombinationTest.php
|
Add better checks
|
2020-07-26 19:09:26 -04:00 |
TypeParseTest.php
|
Fix #3716 - prevent crash for Foo|? return type
|
2020-06-29 17:52:55 -04:00 |
UnusedCodeTest.php
|
Fix UnusedMethodCall examples
|
2020-07-16 18:14:15 -04:00 |
UnusedVariableTest.php
|
|
|
VariadicTest.php
|
Collect and scan files included by the autoloaders (#3183)
|
2020-07-11 17:17:22 -04:00 |