1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 17:57:37 +01:00
psalm/src/Psalm/Internal/Codebase
Matt Brown bd6efd7cf2 Improve completion for namespaced classes
cc @joehoyle - this mainly allows us to get a correct list when the user starts typing Foo (without the new before it) inside a namespace
2021-02-14 23:25:13 -05:00
..
Analyzer.php When there’s an irrecoverqable syntax error invalidate all issues in the file 2021-02-14 21:16:12 -05:00
ClassLikes.php Improve completion for namespaced classes 2021-02-14 23:25:13 -05:00
ConstantTypeResolver.php support shift and bitwise operations in constants (#4740) 2020-11-29 21:43:49 -05:00
DataFlowGraph.php Add option to dump taint graph (#5080) 2021-01-22 16:04:15 -05:00
Functions.php Improve completion for namespaced classes 2021-02-14 23:25:13 -05:00
InternalCallMapHandler.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
Methods.php Simplify storage and retrieval of extended template params 2020-11-29 15:05:32 -05:00
Populator.php Catch InvalidArgumentException (#5061) 2021-01-20 17:42:45 -05:00
Properties.php Resolve class aliases when accessing properties (#5068) 2021-01-21 19:38:17 -05:00
PropertyMap.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
ReferenceMapGenerator.php improve phpdoc (#4352) 2020-10-17 12:36:44 -04:00
Reflection.php Add completions for functions (#5128) 2021-02-12 16:59:47 -05:00
Scanner.php When there’s an irrecoverqable syntax error invalidate all issues in the file 2021-02-14 21:16:12 -05:00
TaintFlowGraph.php Prevent infinite loop while scanning in some situations 2021-01-26 15:51:15 -05:00
VariableUseGraph.php Increase nesting 2020-11-10 18:27:28 -05:00