1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 02:07:37 +01:00
psalm/src/Psalm
2018-01-05 00:54:48 -05:00
..
Checker Allow param redefinition, but complain if it differs to parent class 2018-01-05 00:19:35 -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 code replacement api to allow Psalm to update arbitrary parts of the codebase 2018-01-02 09:46:50 -05:00
Fork Look for dead code in every Psalm build (#417) 2017-12-30 09:51:01 -05:00
Issue Allow param redefinition, but complain if it differs to parent class 2018-01-05 00:19:35 -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 Be better about inherited core method arg types 2018-01-04 18:58:03 -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 Change empty type assertions to "falsy" 2017-10-22 11:57:41 -04:00
CodeLocation.php Improve reporting of classlike locations in docblocks 2018-01-01 20:04:03 -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 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 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