1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 09:47:29 +01:00
psalm/src/Psalm
2018-01-21 23:42:57 -05:00
..
Checker Add tests for reference checks 2018-01-21 23:42:57 -05:00
CodeBase Create Codebase out from ProjectChecker 2018-01-21 13:45:33 -05:00
Config Find unused properties with dead code checks 2018-01-10 23:29:18 -05:00
Exception Promote CircularReference from exception to issue 2017-12-22 18:56:59 +01:00
FileManipulation Fix #461 - allow multiple replacements at the same location 2018-01-21 21:24:22 -05:00
Fork Look for dead code in every Psalm build (#417) 2017-12-30 09:51:01 -05:00
Issue Fix #450 - add checks for duplicate array keys 2018-01-18 17:16:50 -05:00
Provider Create Codebase out from ProjectChecker 2018-01-21 13:45:33 -05:00
Scanner Create Codebase out from ProjectChecker 2018-01-21 13:45:33 -05:00
Scope Fix type assignment checks 2018-01-20 11:48:16 -05:00
Storage Use better method for determining by-reference status of functions 2018-01-13 01:15:00 -05:00
Stubs fix: add preserve_keys on array_reverse function 2018-01-03 21:57:11 -05:00
Type Create Codebase out from ProjectChecker 2018-01-21 13:45:33 -05:00
Visitor Create Codebase out from ProjectChecker 2018-01-21 13:45:33 -05:00
Aliases.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
CallMap.php Fix compact call back 2018-01-15 21:01:29 -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
Codebase.php Add tests for reference checks 2018-01-21 23:42:57 -05:00
CodeLocation.php Create Codebase out from ProjectChecker 2018-01-21 13:45:33 -05:00
Config.php Create Codebase out from ProjectChecker 2018-01-21 13:45:33 -05:00
Context.php Add automatic fix for PossiblyUndefinedVariable 2018-01-21 16:24:20 -05:00
EffectsAnalyser.php Speed up Psalm by caching result of Union::getId 2018-01-09 15:05:48 -05:00
FileSource.php Break FileScanner out from FileChecker 2018-01-21 12:44:46 -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 Create Codebase out from ProjectChecker 2018-01-21 13:45:33 -05:00
Plugin.php Create Codebase out from ProjectChecker 2018-01-21 13:45:33 -05:00
PropertyMap.php Fix Array_ items nullability 2018-01-13 18:33:32 -05:00
ReferenceConstraint.php Fix #101 - restrict the values of pass-by-ref variables 2017-02-23 00:25:28 -05:00
StatementsSource.php Break FileScanner out from FileChecker 2018-01-21 12:44:46 -05:00
Type.php Add a few optimisations 2018-01-20 21:22:33 -05:00
VarDocblockComment.php Improve reporting of classlike locations in docblocks 2018-01-01 20:04:03 -05:00