1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/src/Psalm
2017-03-20 02:23:54 -04:00
..
Checker Fix nullref 2017-03-20 02:23:54 -04:00
Config Analyze die/exit expressions 2017-02-11 19:42:12 -05:00
Exception Support disabling file includes via the config 2016-12-06 16:41:42 -05:00
Issue Emit an InvalidReturnType when it should contain null, and introduct LessSpecificReturnType 2017-03-18 12:18:17 -04:00
Mutator Move FileChecker functionality into separate, better-contained classes 2017-02-18 13:41:27 -05:00
Provider Make Psalm insensitive to case-sensitive filenames 2017-03-16 10:58:13 -04:00
Storage Add even more references in docblocks 2017-03-01 22:27:52 -05:00
Stubs Add array_reverse stub 2017-03-13 16:50:25 -04:00
Type Uncomplicate __toString method 2017-03-20 01:36:51 -04:00
Visitor Add slower (but more accurate) loop checks 2017-03-14 20:14:25 -04:00
CallMap.php Fix #117 - update filesystem callmap functions 2017-03-16 17:34:40 -04:00
ClassLikeDocblockComment.php Add support for templating 2017-02-09 20:35:17 -05:00
Clause.php Add optimisations speed up heavily-used methods 2017-03-19 23:26:45 -04:00
CodeLocation.php Add issue for possibly unused variables in public/private methods 2017-02-11 18:56:38 -05:00
Config.php Don’t be sensitive to casing differences in file paths 2017-02-27 12:02:13 -05:00
Context.php Make method non-static 2017-03-19 13:23:19 -04:00
EffectsAnalyser.php Remove training wheels 2017-03-13 12:02:28 -04:00
FunctionDocblockComment.php Add support for templating 2017-02-09 20:35:17 -05:00
FunctionLikeParameter.php Add docblock type location 2017-03-01 18:36:04 -05:00
IfScope.php Add support for capturing clauses from elseifs 2017-03-18 14:04:26 -04:00
IssueBuffer.php Infer loop types without @var comments 2017-03-13 18:06:56 -04:00
Plugin.php Fix #32 by evaluating all class references in files lazily 2017-01-04 23:42:58 -05:00
PropertyMap.php Prevent Psalm from storing unnecessary checkers 2017-02-01 18:11:00 -05:00
ReferenceConstraint.php Fix #101 - restrict the values of pass-by-ref variables 2017-02-23 00:25:28 -05:00
StatementsSource.php Allow functions to be included too 2017-01-07 19:33:33 -05:00
Type.php Don’t forget where a type came from when combining 2017-03-19 14:39:05 -04:00