1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 09:47:29 +01:00
psalm/src/Psalm
2018-01-13 01:15:00 -05:00
..
Checker Use better method for determining by-reference status of functions 2018-01-13 01:15:00 -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 formatting of return type adder 2018-01-11 15:50:58 -05:00
Fork Look for dead code in every Psalm build (#417) 2017-12-30 09:51:01 -05:00
Issue Find unused properties with dead code checks 2018-01-10 23:29:18 -05:00
Provider Move IssueBuffer finish logic into the command line 2018-01-09 11:49:10 -05:00
Scope Find unused properties with dead code checks 2018-01-10 23:29:18 -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 Allow reference-returning functions to be passed as arguments of byref functions 2018-01-11 23:18:13 -05:00
Visitor Use better method for determining by-reference status of functions 2018-01-13 01:15:00 -05:00
Aliases.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
CallMap.php Fix ArrayIterator::setOffset param type 2018-01-12 23:46:11 -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 Fix type regex to allow for spaces after nullable 2018-01-06 22:11:33 -05:00
Config.php Remove unused property 2018-01-13 00:45:28 -05:00
Context.php Add all Possibly* issues to more lenient config 2018-01-10 10:56:43 -05:00
EffectsAnalyser.php Speed up Psalm by caching result of Union::getId 2018-01-09 15:05:48 -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 Be less alarmist info issues, colour-wise 2018-01-10 23:29:46 -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 Fix #382 - improve reserved word checks 2018-01-10 00:07:47 -05:00
VarDocblockComment.php Improve reporting of classlike locations in docblocks 2018-01-01 20:04:03 -05:00