1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 02:07:37 +01:00
psalm/src/Psalm
2017-04-08 09:43:58 -04:00
..
Checker Add more descriptive message to PossiblyInvalidArgument issue 2017-04-08 09:43:58 -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 Add PossiblyUndefinedArgument issue to cope with #126 2017-04-08 09:28:02 -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 Fix #120 - allow array_unique extra arg 2017-03-30 11:04:47 -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 a couple more return types 2017-04-06 16:41:44 -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 Only warn about issues in files that we’re trying to scan 2017-03-24 18:34:46 -04:00
Context.php Treat empty & !empty as special straddling types 2017-04-02 19:06:18 -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 Only warn about issues in files that we’re trying to scan 2017-03-24 18:34:46 -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 Add check for paradoxical statements 2017-04-02 15:26:10 -04:00