1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 17:27:28 +01:00
psalm/src/Psalm
2018-04-05 17:18:49 -04:00
..
Checker Catch type exception when fixing local type 2018-04-05 17:18:49 -04:00
Codebase Check as many autoloaded files as possible 2018-03-30 20:03:56 -04:00
Config Allow class and method issues to be suppressed by their identifiers 2018-03-20 22:36:03 -04:00
Exception
FileManipulation Fix #458 - fully support optional array keys 2018-03-17 18:05:50 -04:00
Fork Fix #498 - add better issue type for docblock contradiction 2018-02-07 15:20:47 -05:00
Issue Make UndefinedClass an explicit class-related issue 2018-03-21 10:17:57 -04:00
Provider Add support for callable(...) syntax 2018-03-26 22:13:10 -04:00
Scanner Fix #216 - scan assert* functions for assertions, then apply to current context 2018-02-23 15:39:33 -05:00
Scope Fix #515 - make Psalm aware of variable array keys 2018-02-17 11:24:08 -05:00
Storage Improve checks to prevent breaking existing typehints when running psalter 2018-03-23 16:34:45 -04:00
Stubs Make key work with typed arrays 2018-04-05 00:21:14 -04:00
Type Allow scalars to be empty 2018-04-05 12:11:58 -04:00
Visitor Remove extraneous function reflection 2018-03-30 20:08:12 -04:00
Aliases.php
CallMap.php Remove aggregate_* methods c/o @weirdan 2018-04-03 11:55:13 -04:00
ClassLikeDocblockComment.php
Clause.php
Codebase.php Remove bad semicolon 2018-04-05 14:40:41 -04:00
CodeLocation.php Fix erroneous input/output lines 2018-03-29 10:26:26 -04:00
Config.php Check as many autoloaded files as possible 2018-03-30 20:03:56 -04:00
Context.php Add PossiblyUndefinedVariable warning when using possibly undefined array key 2018-03-17 17:35:36 -04:00
EffectsAnalyser.php
FileSource.php Fix #216 - scan assert* functions for assertions, then apply to current context 2018-02-23 15:39:33 -05:00
FunctionDocblockComment.php Fix #458 - fully support optional array keys 2018-03-17 18:05:50 -04:00
FunctionLikeParameter.php Fix variadic format cc @TysonAndre and allow callable param types 2018-03-27 00:12:41 -04:00
IssueBuffer.php Allow class and method issues to be suppressed by their identifiers 2018-03-20 22:36:03 -04:00
Plugin.php Fix unused imports in psalm, wrong param order doc comments (#523) 2018-02-18 17:55:11 -05:00
PropertyMap.php
ReferenceConstraint.php
StatementsSource.php Fix #216 - scan assert* functions for assertions, then apply to current context 2018-02-23 15:39:33 -05:00
Type.php Prohibit bad characters from types 2018-04-05 14:11:57 -04:00
VarDocblockComment.php