.. |
Algebra
|
Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222)
|
2021-02-15 16:18:41 -05:00 |
Analyzer
|
Check whether constructor is internal on new call (#5843)
|
2021-05-28 09:44:07 -04:00 |
Codebase
|
[BUGFIX] Continue processing psalm-flow graph after first taint sink (#5832)
|
2021-05-26 16:04:22 -04:00 |
DataFlow
|
Add hints for MixedAssignment issues
|
2021-03-17 01:10:42 -04:00 |
Diff
|
Fix #5297 - be more sensitive to additions and deletions in language server mode
|
2021-02-28 01:36:06 -05:00 |
ExecutionEnvironment
|
fix #5010 function exec() is disabled (#5012)
|
2021-01-14 16:33:49 -05:00 |
FileManipulation
|
fix phpdoc (#4905)
|
2020-12-29 11:42:41 +00:00 |
Fork
|
Check for ParamName even for method with only one param (#5732)
|
2021-05-08 19:33:48 -04:00 |
Json
|
Fix JSON reports with long UTF8 strings (#5300)
|
2021-03-01 11:23:21 -05:00 |
LanguageServer
|
Add documentation to LSP (#5267)
|
2021-02-24 10:14:04 -05:00 |
PhpTraverser
|
Break up CommentAnalyzer
|
2020-11-04 23:25:08 -05:00 |
PhpVisitor
|
update baseline and fix issues (#5821)
|
2021-05-23 16:49:46 -04:00 |
PluginManager
|
allow libraries to provide psalm plugins (#5165)
|
2021-02-06 22:06:00 -05:00 |
Provider
|
Fix #5810 - detect properties that are never read
|
2021-05-21 09:25:57 -04:00 |
Scanner
|
Fix unused properties in Psalm’s own codebase
|
2021-05-21 09:15:23 -04:00 |
Scope
|
Use more descriptive names for properties & variables of if/else handling
|
2021-04-18 15:38:12 -04:00 |
Stubs/Generator
|
Fix inference of conditional types when wildcard constant given
|
2021-02-20 12:21:52 -05:00 |
Type
|
Add example given in ticket and ensure that works too
|
2021-05-24 00:09:51 -04:00 |
TypeVisitor
|
Support enums (#5699)
|
2021-05-03 17:54:09 -04:00 |
Algebra.php
|
Fix #5327 - add check to prevent OOMing on very large conditionals
|
2021-05-14 14:53:53 -04:00 |
Clause.php
|
Improve output of Clause::__toString
|
2020-11-03 17:02:37 -05:00 |
Composer.php
|
add support for 'COMPOSER' env variable for alternate name of 'composer.json' (#4275)
|
2020-10-03 02:26:37 -04:00 |
ErrorHandler.php
|
Convert PHP errors / warnings / notices to exceptions (#5260)
|
2021-02-22 09:19:34 -05:00 |
EventDispatcher.php
|
Added event to prevent tainting. (#5398)
|
2021-03-19 22:41:41 -04:00 |
IncludeCollector.php
|
|
|
MethodIdentifier.php
|
add native return types (#4116)
|
2020-09-04 16:26:33 -04:00 |
ReferenceConstraint.php
|
add native param types (#4137)
|
2020-09-06 19:36:47 -04:00 |
RuntimeCaches.php
|
Fix #4036 - add immutable annotations automatically too
|
2020-08-24 19:29:00 -04:00 |