1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/src/Psalm
2017-12-13 15:57:10 -05:00
..
Checker Add trailing commas 2017-12-13 15:57:10 -05:00
Config Add RedundantCondition issue, replacing FailedTypeResolution (#344) 2017-11-28 00:46:41 -05:00
Exception Fix #291, #292 and #297 by improving docblock parsing 2017-11-14 21:43:31 -05:00
FileManipulation Fix #315 - improve checking of object-like arrays in function params 2017-11-19 13:05:35 -05:00
Fork Update to latest php-cs-fixer 2017-11-30 19:00:09 -05:00
Issue Add return-level issues as well as function-level ones 2017-12-07 15:50:25 -05:00
Provider Fix #235 - add psalm.xml option to support igbinary serializer 2017-10-15 12:38:47 -04:00
Scope Improve loop analysis (#365) 2017-12-02 18:28:18 -05:00
Storage Fix #358, don’t emit PropertyNotSetInConstructor on public final classes/methods 2017-11-29 23:46:56 -05:00
Stubs Fix issues found by improved Psalm checks 2017-11-24 12:10:30 -05:00
Type Improve treatment of true and fix #369 2017-12-09 15:51:38 -05:00
Visitor Fix closure naming convention so it doesn’t confuse method id checks 2017-12-05 01:47:49 -05:00
Aliases.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
CallMap.php Fix #385, fix return type of sodium function 2017-12-12 02:10:17 -05:00
ClassLikeDocblockComment.php Fix #315 - improve checking of object-like arrays in function params 2017-11-19 13:05:35 -05:00
Clause.php Change empty type assertions to "falsy" 2017-10-22 11:57:41 -04:00
CodeLocation.php Add tracking from where a trait was included 2017-06-21 14:22:52 -04:00
Config.php Add new MixedTypeCoercion issue, fixes #320 2017-11-19 13:42:48 -05:00
Context.php Improve treatment of true and fix #369 2017-12-09 15:51:38 -05:00
EffectsAnalyser.php Assume TVoid if no return expression 2017-11-28 17:34:10 -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 Introduce UntypedParam warnings when functions are missing param types 2017-09-02 11:18:56 -04:00
IssueBuffer.php Sort results from multi-threaded execution 2017-12-10 11:22:36 -05:00
Plugin.php Introduce file manipulation concept to plugins 2017-11-07 14:46:53 -05:00
PropertyMap.php Fix property type casing 2017-11-25 12:31:01 -05:00
ReferenceConstraint.php Fix #101 - restrict the values of pass-by-ref variables 2017-02-23 00:25:28 -05:00
StatementsSource.php Fix #228, fix #336 by improving checking of inherited signatures 2017-11-26 16:03:17 -05:00
TraitSource.php Fix #228, fix #336 by improving checking of inherited signatures 2017-11-26 16:03:17 -05:00
Type.php Improve treatment of true and fix #369 2017-12-09 15:51:38 -05:00
VarDocblockComment.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00