.. |
CommandFunctions
|
Resolve require_once command_functions.php (#3961)
|
2020-08-08 17:38:38 -04:00 |
Config
|
Fix File-related analysis plugin hooks (#3970)
|
2020-08-10 10:49:53 -04:00 |
EndToEnd
|
Collect and scan files included by the autoloaders (#3183)
|
2020-07-11 17:17:22 -04:00 |
FileManipulation
|
Alter docblock params too
|
2020-08-14 16:26:55 -04:00 |
FileUpdates
|
Fix another test
|
2020-05-14 23:56:04 -04:00 |
fixtures
|
Fix #2891 - treat autoloaded constants better
|
2020-08-13 09:14:27 -04:00 |
Internal/Provider
|
Align paramter names
|
2020-08-09 23:19:59 -04:00 |
LanguageServer
|
Add ability to Go to Definition on Use statements (#3805)
|
2020-07-11 17:16:44 -04:00 |
Loop
|
Fix #3928 - preserve list-ness when assigning with no offset
|
2020-08-03 12:30:58 -04:00 |
Progress
|
|
|
Template
|
Improve solution to #3964
|
2020-08-16 13:03:30 -04:00 |
Traits
|
Fix #3991 - fix test
|
2020-08-15 14:21:24 -04:00 |
TypeReconciliation
|
Fix PSR-4 deprecation notices on composer install (#3959)
|
2020-08-07 23:22:30 -04:00 |
AlgebraTest.php
|
Bump nikic/php-parser
|
2020-08-09 16:23:43 -04:00 |
AnnotationTest.php
|
Fix #1916 - support @var docblock annotations in more places
|
2020-07-26 13:23:21 -04:00 |
ArgTest.php
|
Fix tests
|
2020-06-11 12:19:34 -04:00 |
ArrayAccessTest.php
|
Fix #3934 - prevent unsafe use of new static
|
2020-08-05 19:39:27 -04:00 |
ArrayAssignmentTest.php
|
Fix a bug with lowercase-string unions
|
2020-08-05 20:05:57 -04:00 |
ArrayFunctionCallTest.php
|
Improve solution to #3964
|
2020-08-16 13:03:30 -04:00 |
AssertAnnotationTest.php
|
Fix #3741 - detect scalar class constants in if-true assertions
|
2020-08-12 17:03:41 -04:00 |
AssignmentTest.php
|
Fix #3797 - prevent many chained assignments crashing Psalm
|
2020-07-10 16:49:45 -04:00 |
BadFormatTest.php
|
Add return type
|
2020-01-04 16:35:06 -05:00 |
BinaryOperationTest.php
|
Put RedundantIdentityWithTrue behind a flag cc @greg0ire
|
2020-07-30 10:25:59 -04:00 |
CallableTest.php
|
Fix #3934 - prevent unsafe use of new static
|
2020-08-05 19:39:27 -04:00 |
ClassLoadOrderTest.php
|
|
|
ClassScopeTest.php
|
Prevent self/static refs outside classes
|
2020-03-01 17:25:55 -05:00 |
ClassStringTest.php
|
Tighten up rules around instantiation a bit more
|
2020-08-06 10:18:55 -04:00 |
ClassTest.php
|
Tighten up rules around instantiation a bit more
|
2020-08-06 10:18:55 -04:00 |
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
|
Infer better types for magic constants used in const initializers (#3602)
|
2020-06-18 09:48:51 -04:00 |
DeprecatedAnnotationTest.php
|
fix for DeprecatedClass suppress on property (#3962)
|
2020-08-10 10:50:37 -04:00 |
DocblockInheritanceTest.php
|
|
|
DocCommentTest.php
|
Improve \Psalm\Internal\Scanner\DocblockParser::parse() (#3736)
|
2020-07-02 17:55:57 -04:00 |
DocumentationTest.php
|
Put RedundantIdentityWithTrue behind a flag cc @greg0ire
|
2020-07-30 10:25:59 -04:00 |
EnumTest.php
|
|
|
ErrorBaselineTest.php
|
Fix commas
|
2020-02-16 18:30:05 -05:00 |
ExtendsFinalClassTest.php
|
Extending final class is prohibited #3037 (#3576)
|
2020-06-13 00:29:59 -04:00 |
FileDiffTest.php
|
Bump nikic/php-parser
|
2020-08-09 16:23:43 -04:00 |
FileReferenceTest.php
|
Refactor reference checks to use more appropriate properties
|
2020-03-28 16:30:56 -04:00 |
ForbiddenCodeTest.php
|
|
|
FunctionCallTest.php
|
Improve solution to #3964
|
2020-08-16 13:03:30 -04:00 |
GeneratorTest.php
|
quit using combineUnionTypes, when specific TSend provided. (#3966)
|
2020-08-09 08:26:10 -04:00 |
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
|
Improve handling of interface-implementing edge-case
|
2020-01-02 15:24:03 -05:00 |
InternalAnnotationTest.php
|
psalm-internal no longer requires internal annotation
|
2020-07-26 10:47:48 -04:00 |
IssueBufferTest.php
|
Fix even more commas
|
2020-02-16 18:40:59 -05:00 |
IssueSuppressionTest.php
|
Support suppressing all issues with @psalm-suppress all (#2584)
|
2020-01-12 10:38:32 -05:00 |
JsonOutputTest.php
|
Fix tests
|
2020-05-14 23:22:49 -04:00 |
junit.xsd
|
Validate junit output against xsd
|
2020-03-08 20:18:35 -05:00 |
ListTest.php
|
Fix #3289 - treat property on non-generic type like actual value
|
2020-05-02 23:37:59 -04:00 |
MagicMethodAnnotationTest.php
|
Fix #3934 - prevent unsafe use of new static
|
2020-08-05 19:39:27 -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
|
Use MethodIdentifier object instead of string
|
2020-02-14 20:54:26 -05:00 |
MethodSignatureTest.php
|
Add ConstructorSignatureMismatch issue distinct from MethodSignatureMismatch
|
2020-08-10 12:26:25 -04:00 |
MixinAnnotationTest.php
|
Fix #3934 - prevent unsafe use of new static
|
2020-08-05 19:39:27 -04:00 |
NamespaceTest.php
|
|
|
Php40Test.php
|
|
|
Php55Test.php
|
Consolidate generator tests
|
2020-04-06 08:57:18 -04:00 |
Php56Test.php
|
Improve unpacking
|
2020-07-22 00:35:18 -04:00 |
Php70Test.php
|
Consolidate generator tests
|
2020-04-06 08:57:18 -04:00 |
Php71Test.php
|
Suppress new issue
|
2020-04-19 09:28:53 -04:00 |
ProjectCheckerTest.php
|
Prevent tests from producing output (#3847)
|
2020-07-20 04:52:01 -04:00 |
PropertyTypeTest.php
|
Fix #3934 - prevent unsafe use of new static
|
2020-08-05 19:39:27 -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
|
Allow updating array by reference
|
2020-06-15 14:45:08 -04:00 |
ReportOutputTest.php
|
Fix #3676 - add multiline output for TaintedInput issues
|
2020-06-30 13:17:51 -04:00 |
ReturnTypeTest.php
|
Fix #3934 - prevent unsafe use of new static
|
2020-08-05 19:39:27 -04:00 |
SelfOutTest.php
|
Add new annotation: @psalm-self-out (#3650)
|
2020-07-01 18:10:24 -04:00 |
StubTest.php
|
Fix #2891 - treat autoloaded constants better
|
2020-08-13 09:14:27 -04:00 |
SwitchTypeTest.php
|
Fix #3954 - catch ComplicatedExpressionException with added workaround
|
2020-08-07 08:20:35 -04:00 |
TaintTest.php
|
Allow taint through strval sprintf (#3836)
|
2020-07-17 10:12:04 -04:00 |
TestCase.php
|
Improve solution to #3964
|
2020-08-16 13:03:30 -04:00 |
TestConfig.php
|
Collect and scan files included by the autoloaders (#3183)
|
2020-07-11 17:17:22 -04:00 |
ThrowsAnnotationTest.php
|
Ignore exceptions already caught by previous catch
|
2020-03-08 20:19:56 -05:00 |
ThrowsInGlobalScopeTest.php
|
|
|
ToStringTest.php
|
Only cast in echo when tracking taints
|
2020-06-29 15:06:11 -04:00 |
TraceTest.php
|
@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 |
TraitTest.php
|
Fix #3943 - understand trait return types a bit better
|
2020-08-05 15:58:26 -04:00 |
TryCatchTest.php
|
Support string class_alias calls with leading backslash
|
2020-05-27 08:14:47 -04:00 |
TypeAnnotationTest.php
|
Fix #3927 - prevent crash with bad type ref
|
2020-08-16 12:43:46 -04:00 |
TypeCombinationTest.php
|
Fix CI
|
2020-08-03 02:45:55 -04:00 |
TypeParseTest.php
|
Fix #3716 - prevent crash for Foo|? return type
|
2020-06-29 17:52:55 -04:00 |
UnusedCodeTest.php
|
Tighten up rules around instantiation a bit more
|
2020-08-06 10:18:55 -04:00 |
UnusedVariableTest.php
|
Tighten up rules around instantiation a bit more
|
2020-08-06 10:18:55 -04:00 |
VariadicTest.php
|
Collect and scan files included by the autoloaders (#3183)
|
2020-07-11 17:17:22 -04:00 |