.. |
CommandFunctions
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
Config
|
feature: ensure universal object crate class exists (#4375)
|
2020-10-20 17:17:49 -04:00 |
EndToEnd
|
Get rid of version test, which is dumb
|
2020-11-06 18:24:23 -05:00 |
FileManipulation
|
Fix #4266 - prevent OOM when analysing closure unioned with invokable class
|
2020-10-02 00:47:42 -04:00 |
FileUpdates
|
Invalidate child methods when signature changes
|
2020-11-01 09:46:21 -05:00 |
fixtures
|
return types (#4311)
|
2020-10-12 15:02:52 -04:00 |
Internal/Provider
|
Fix #4464 - bust cache when Psalm’s version changes, not just composer’s
|
2020-11-01 09:01:53 -05:00 |
LanguageServer
|
unused use statements (#4228)
|
2020-09-22 01:10:46 -04:00 |
Loop
|
Fix #4467 - variables are only the same if they were set in the same location
|
2020-11-01 11:26:42 -05:00 |
Progress
|
|
|
Template
|
Allow opt-in to strict return type checking
|
2020-11-05 18:20:04 -05:00 |
Traits
|
Ensure Stringable is always available to tests that need it
|
2020-10-29 19:41:10 -04:00 |
TypeReconciliation
|
Fix #4503 - don’t ignore assertions on possibly-null mixed
|
2020-11-08 10:06:39 -05:00 |
AlgebraTest.php
|
Fix overeager inference
|
2020-11-03 16:44:24 -05:00 |
AnnotationTest.php
|
Fix int-mask-of expansion
|
2020-11-02 00:40:36 -05:00 |
ArgTest.php
|
Use more accurate arguments count
|
2020-10-14 18:51:15 -04:00 |
ArrayAccessTest.php
|
Fix #4397 - allow offsetGet on inside isset
|
2020-10-25 22:16:43 -04:00 |
ArrayAssignmentTest.php
|
Fix type inference when unpacking typed iterables (#4487)
|
2020-11-06 17:24:01 -05:00 |
ArrayFunctionCallTest.php
|
Use more accurate comparison for non-empty-lists
|
2020-10-28 13:32:55 -04:00 |
AssertAnnotationTest.php
|
Fix #4414 - allow multiple @psalm-assert-if-true on same var
|
2020-10-25 10:49:39 -04:00 |
AssignmentTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
AttributeTest.php
|
Use better inference for getAttributes return type
|
2020-10-30 17:37:16 -04:00 |
BadFormatTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
BinaryOperationTest.php
|
Fix #4349 - improve types for suggested unions
|
2020-10-16 17:56:31 -04:00 |
CallableTest.php
|
Fix #4210 - fix __invoke declaration tracing
|
2020-09-19 14:18:52 -04:00 |
ClassLoadOrderTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ClassScopeTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ClassStringTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ClassTest.php
|
Add support for @return never
|
2020-11-04 12:30:02 -05:00 |
CloneTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ClosureTest.php
|
Fix #4209 - allow hinting arrow function return type
|
2020-09-19 14:59:19 -04:00 |
CodebaseTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ComposerLockTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ConstantTest.php
|
Fix #4479 - use correct keys in message
|
2020-11-05 10:13:08 -05:00 |
DeprecatedAnnotationTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
DocblockInheritanceTest.php
|
unused use statements (#4228)
|
2020-09-22 01:10:46 -04:00 |
DocCommentTest.php
|
Test parallelization (#4045)
|
2020-08-23 10:32:07 -04:00 |
DocumentationTest.php
|
Ensure Stringable is always available to tests that need it
|
2020-10-29 19:41:10 -04:00 |
EnumTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ErrorBaselineTest.php
|
return types (#4311)
|
2020-10-12 15:02:52 -04:00 |
ExtendsFinalClassTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ExtensionRequirementTest.php
|
Initial proposal for psalm-require-{extends, implements} (#4361)
|
2020-10-19 15:08:18 -04:00 |
FileDiffTest.php
|
replace deprecated methods with their equivalent (#4217)
|
2020-09-20 08:56:49 -04:00 |
FileReferenceTest.php
|
unused use statements (#4228)
|
2020-09-22 01:10:46 -04:00 |
ForbiddenCodeTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
FunctionCallTest.php
|
Fix preg_match_all stub (#4325)
|
2020-10-14 19:59:07 -04:00 |
GeneratorTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ImmutableAnnotationTest.php
|
unused use statements (#4228)
|
2020-09-22 01:10:46 -04:00 |
ImplementationRequirementTest.php
|
Initial proposal for psalm-require-{extends, implements} (#4361)
|
2020-10-19 15:08:18 -04:00 |
IncludeTest.php
|
Fix #4264 - prevent crash when analysing file with duplicate classes
|
2020-10-01 15:07:25 -04:00 |
InterfaceTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
InternalAnnotationTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
IssueBufferTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
IssueSuppressionTest.php
|
Support multiple issue types in @psalm-suppress (#4179)
|
2020-09-13 16:41:14 -04:00 |
JsonOutputTest.php
|
Fix #4349 - improve types for suggested unions
|
2020-10-16 17:56:31 -04:00 |
junit.xsd
|
|
|
ListTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
MagicMethodAnnotationTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
MagicPropertyTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
MatchTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
MethodCallTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
MethodMutationTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
MethodSignatureTest.php
|
Ensure PHP 8 continuation of 7.4 method signature features
|
2020-10-03 23:34:29 -04:00 |
MixinAnnotationTest.php
|
unused use statements (#4228)
|
2020-09-22 01:10:46 -04:00 |
NamespaceTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
Php40Test.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
Php55Test.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
Php56Test.php
|
Fix int-mask-of expansion
|
2020-11-02 00:40:36 -05:00 |
Php70Test.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
Php71Test.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ProjectCheckerTest.php
|
unused use statements (#4228)
|
2020-09-22 01:10:46 -04:00 |
PropertyTypeTest.php
|
feature: ensure universal object crate class exists (#4375)
|
2020-10-20 17:17:49 -04:00 |
PsalmPluginTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
PureAnnotationTest.php
|
unused use statements (#4228)
|
2020-09-22 01:10:46 -04:00 |
PureCallableTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ReferenceConstraintTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ReportOutputTest.php
|
4.x - refactor unused variable detection
|
2020-09-30 12:28:13 -04:00 |
ReturnTypeTest.php
|
Add support for @return never
|
2020-11-04 12:30:02 -05:00 |
SelfOutTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
StubTest.php
|
unused use statements (#4228)
|
2020-09-22 01:10:46 -04:00 |
SwitchTypeTest.php
|
Fix #4327 - make sure loop always returns
|
2020-10-14 20:19:55 -04:00 |
TaintTest.php
|
Preserve reconciled taints for all but non-string scalar types
|
2020-11-08 10:27:58 -05:00 |
TestCase.php
|
Ensure Stringable is always available to tests that need it
|
2020-10-29 19:41:10 -04:00 |
TestConfig.php
|
replace return; by return null; in every non-void method, add return null; when mising, add return types, remove redundant phpdoc (#4176)
|
2020-09-13 16:39:06 -04:00 |
ThrowsAnnotationTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ThrowsInGlobalScopeTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ToStringTest.php
|
Ensure Stringable is always available to tests that need it
|
2020-10-29 19:41:10 -04:00 |
TraceTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
TraitTest.php
|
Track final-ness of class when evaluating trait returns
|
2020-10-25 12:20:18 -04:00 |
TryCatchTest.php
|
Fix #4418 - improve try analysis for mixed, too
|
2020-10-26 09:05:48 -04:00 |
TypeAnnotationTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
TypeCombinationTest.php
|
Fix a couple of false-positive redundant conditions
|
2020-09-19 18:12:14 -04:00 |
TypeParseTest.php
|
Add support for int-mask<...> and int-mask-of<...>
|
2020-10-30 13:28:45 -04:00 |
UnusedCodeTest.php
|
Fix #4386 - fix issues with property promotion
|
2020-10-21 14:41:15 -04:00 |
UnusedVariableTest.php
|
Fix #4435 - ensure casts are always flow-sensitive
|
2020-10-28 14:06:05 -04:00 |
VariadicTest.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |