1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 10:17:33 +01:00
psalm/src/Psalm
2017-12-29 22:57:02 -05:00
..
Checker Fix location of function param vars 2017-12-29 21:28:21 -05:00
Config Add RedundantCondition issue, replacing FailedTypeResolution (#344) 2017-11-28 00:46:41 -05:00
Exception Promote CircularReference from exception to issue 2017-12-22 18:56:59 +01:00
FileManipulation Fix #315 - improve checking of object-like arrays in function params 2017-11-19 13:05:35 -05:00
Fork Update to latest php-cs-fixer 2017-11-30 19:00:09 -05:00
Issue Improve dead code detection, reducing false positives for params 2017-12-29 17:27:16 -05:00
Provider Improve dead code detection, reducing false positives for params 2017-12-29 17:27:16 -05:00
Scope Detect instances where loop invariants are invalidated 2017-12-17 10:58:03 -05:00
Storage Fix #409 - PropertyNotSetInConstructor can be suppressed at the property level 2017-12-27 12:27:59 +01:00
Stubs Fix issues found by improved Psalm checks 2017-11-24 12:10:30 -05:00
Type Improve dead code detection, reducing false positives for params 2017-12-29 17:27:16 -05:00
Visitor Fix location of function param vars 2017-12-29 21:28:21 -05:00
Aliases.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
CallMap.php Update get_defined_functions to more recent signature 2017-12-29 22:57:02 -05:00
ClassLikeDocblockComment.php Support @property-read and @property-write as new tags. (#317) 2017-12-14 14:22:27 -05:00
Clause.php Change empty type assertions to "falsy" 2017-10-22 11:57:41 -04:00
CodeLocation.php Add tracking from where a trait was included 2017-06-21 14:22:52 -04:00
Config.php Move Psalm execution code into PHP file that Psalm can analyse 2017-12-29 17:02:56 -05:00
Context.php Migrate type reconciliation code to its own class 2017-12-29 10:55:53 -05:00
EffectsAnalyser.php Assume TVoid if no return expression 2017-11-28 17:34:10 -05:00
FunctionDocblockComment.php Fix #315 - improve checking of object-like arrays in function params 2017-11-19 13:05:35 -05:00
FunctionLikeParameter.php Fix location of function param vars 2017-12-29 21:28:21 -05:00
IssueBuffer.php Move Psalm execution code into PHP file that Psalm can analyse 2017-12-29 17:02:56 -05:00
Plugin.php Introduce file manipulation concept to plugins 2017-11-07 14:46:53 -05:00
PropertyMap.php Fix property type casing 2017-11-25 12:31:01 -05:00
ReferenceConstraint.php
StatementsSource.php Fix #228, fix #336 by improving checking of inherited signatures 2017-11-26 16:03:17 -05:00
TraitSource.php Fix #228, fix #336 by improving checking of inherited signatures 2017-11-26 16:03:17 -05:00
Type.php Move Psalm execution code into PHP file that Psalm can analyse 2017-12-29 17:02:56 -05:00
VarDocblockComment.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00