1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 01:37:23 +01:00
psalm/src/Psalm
2018-01-07 17:25:23 -05:00
..
Checker Add --dry-run option 2018-01-07 17:25:23 -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 Add --dry-run option 2018-01-07 17:25:23 -05:00
Fork Look for dead code in every Psalm build (#417) 2017-12-30 09:51:01 -05:00
Issue Break file manipulation out into Psalter 2018-01-07 17:25:23 -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 Reduce PossiblyUnusedParam false positives 2017-12-30 08:47:00 -05:00
Stubs fix: add preserve_keys on array_reverse function 2018-01-03 21:57:11 -05:00
Type Break file manipulation out into Psalter 2018-01-07 17:25:23 -05:00
Visitor Allow param redefinition, but complain if it differs to parent class 2018-01-05 00:19:35 -05:00
Aliases.php
CallMap.php Add more specific argument for ReflectionObject 2018-01-05 00:54:48 -05:00
ClassLikeDocblockComment.php Support @property-read and @property-write as new tags. (#317) 2017-12-14 14:22:27 -05:00
Clause.php
CodeLocation.php Fix type regex to allow for spaces after nullable 2018-01-06 22:11:33 -05:00
Config.php Add more specific issues for falsable/nullable invalid return types 2018-01-04 21:36:16 -05:00
Context.php Migrate type reconciliation code to its own class 2017-12-29 10:55:53 -05:00
EffectsAnalyser.php Warn when methods with typehints don’t return for all codepaths 2018-01-02 16:57:40 -05:00
FunctionDocblockComment.php
FunctionLikeParameter.php Fix location of function param vars 2017-12-29 21:28:21 -05:00
IssueBuffer.php Break file manipulation out into Psalter 2018-01-07 17:25:23 -05:00
Plugin.php Add code replacement api to allow Psalm to update arbitrary parts of the codebase 2018-01-02 09:46:50 -05:00
PropertyMap.php Fix property type casing 2017-11-25 12:31:01 -05:00
ReferenceConstraint.php
StatementsSource.php Allow param redefinition, but complain if it differs to parent class 2018-01-05 00:19:35 -05:00
TraitSource.php Allow param redefinition, but complain if it differs to parent class 2018-01-05 00:19:35 -05:00
Type.php Add code replacement api to allow Psalm to update arbitrary parts of the codebase 2018-01-02 09:46:50 -05:00
VarDocblockComment.php Improve reporting of classlike locations in docblocks 2018-01-01 20:04:03 -05:00