1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 02:07:37 +01:00
psalm/src/Psalm/Checker
MacFJA c4ce8bede9 Add XML as possible output format + add report generation (#206)
* Add XML as possible output format + add report generation

* Add missing xml root node

* Change XML generator (previous one don't escape '<' and '>')

* Change option (only one option) + unit test
2017-09-08 11:18:48 -04:00
..
Statements Infer types from numeric operations 2017-09-06 21:44:26 -04:00
AlgebraChecker.php Fix paradox detection for multiple clauses 2017-08-07 18:38:38 -04:00
CanAlias.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
ClassChecker.php Isolate where we load static storage objects (#195) 2017-07-29 15:05:06 -04:00
ClassLikeChecker.php Introduce UntypedParam warnings when functions are missing param types 2017-09-02 11:18:56 -04:00
ClosureChecker.php PSR-2 2016-11-02 17:50:54 -04:00
CommentChecker.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
FileChecker.php Fix #200 - allow mapping of more callable strings, and callable arrays 2017-08-14 19:30:11 -04:00
FunctionChecker.php Allow param types to be inferred from presence of concat ops 2017-09-02 19:23:00 -04:00
FunctionLikeChecker.php Improve API for inference 2017-09-03 20:52:54 -04:00
InterfaceChecker.php Isolate where we load static storage objects (#195) 2017-07-29 15:05:06 -04:00
MethodChecker.php Introduce UntypedParam warnings when functions are missing param types 2017-09-02 11:18:56 -04:00
NamespaceChecker.php Isolate where we load static storage objects (#195) 2017-07-29 15:05:06 -04:00
ProjectChecker.php Add XML as possible output format + add report generation (#206) 2017-09-08 11:18:48 -04:00
ScopeChecker.php Improve formatting of phpdocs 2017-05-26 20:16:18 -04:00
SourceChecker.php Isolate where we load static storage objects (#195) 2017-07-29 15:05:06 -04:00
StatementsChecker.php Fix #202 - vars changed inside loops should invalidate clauses 2017-08-18 22:41:25 -04:00
TraitChecker.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
TypeChecker.php Isolate where we load static storage objects (#195) 2017-07-29 15:05:06 -04:00