1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 01:37:23 +01:00
psalm/src/Psalm
2018-02-22 22:35:48 -05:00
..
Checker Simplify logic to avoid Psalm bug 2018-02-22 11:57:15 -05:00
Codebase Fix #339 - when a class is also in the callmap, use the user-defined behaviour 2018-02-22 13:42:34 -05:00
Config Fix unused imports in psalm, wrong param order doc comments (#523) 2018-02-18 17:55:11 -05:00
Exception Promote CircularReference from exception to issue 2017-12-22 18:56:59 +01:00
FileManipulation Make docblocks sligtly more phpdoc-compatible 2018-01-28 16:52:57 -05:00
Fork Fix #498 - add better issue type for docblock contradiction 2018-02-07 15:20:47 -05:00
Issue Add end line/column data for LSP support 2018-02-19 18:16:09 -05:00
Provider Always use class file path in the cache key to prevent duplicate clashes 2018-02-20 10:56:18 -05:00
Scanner Fix #535 - always run afterVisitClassLike plugin if given 2018-02-22 22:22:31 -05:00
Scope Fix #515 - make Psalm aware of variable array keys 2018-02-17 11:24:08 -05:00
Storage Fix possible typos in comments and issue messages 2018-02-19 15:35:13 -05:00
Stubs Add better typing rules for generic objects 2018-02-22 11:20:03 -05:00
Type Fix #193 - allow caching of storages 2018-02-19 00:27:39 -05:00
Visitor Ensure that ClassLikeStorage exists when running plugin method 2018-02-22 22:35:48 -05:00
Aliases.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
CallMap.php Update documentation of void types in CallMap (#504) 2018-02-09 00:31:25 -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 Don’t get statements from cache if file hasn’t changed 2018-02-19 11:53:30 -05:00
CodeLocation.php Add end line/column data for LSP support 2018-02-19 18:16:09 -05:00
Config.php Make array coercion an error 2018-02-21 18:59:31 -05:00
Context.php Fix #515 - make Psalm aware of variable array keys 2018-02-17 11:24:08 -05:00
EffectsAnalyser.php Fix test config loading 2018-01-28 12:46:58 -05:00
FileSource.php Break FileScanner out from FileChecker 2018-01-21 12:44:46 -05:00
FunctionDocblockComment.php Allow @psalm-ignore-falsable-return annotation 2018-01-24 18:52:58 -05:00
FunctionLikeParameter.php Fix location of function param vars 2017-12-29 21:28:21 -05:00
IssueBuffer.php Make array coercion an error 2018-02-21 18:59:31 -05:00
Plugin.php Fix unused imports in psalm, wrong param order doc comments (#523) 2018-02-18 17:55:11 -05:00
PropertyMap.php Fix Array_ items nullability 2018-01-13 18:33:32 -05:00
ReferenceConstraint.php Improve unused variable detection slightly 2018-01-25 01:04:26 -05:00
StatementsSource.php Make array coercion an error 2018-02-21 18:59:31 -05:00
Type.php Make array coercion an error 2018-02-21 18:59:31 -05:00
VarDocblockComment.php Improve reporting of classlike locations in docblocks 2018-01-01 20:04:03 -05:00