1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-09 14:38:37 +01:00
psalm/src/Psalm/Internal/Codebase
kkmuffme e803af4cd4 use cache for declared function when available before falling back to stubs
fixes return type issues reported for the wrong file
2022-09-22 02:10:51 +02:00
..
Analyzer.php preg_replace with anchor will always only have 1 replacement, add limit for clarity and performance 2022-09-08 18:51:33 +02:00
ClassConstantByWildcardResolver.php
ClassLikes.php fix inconsistent function naming 2022-09-08 21:33:06 +02:00
ConstantTypeResolver.php tweaks 2022-02-01 22:49:20 +01:00
DataFlowGraph.php
Functions.php use cache for declared function when available before falling back to stubs 2022-09-22 02:10:51 +02:00
InternalCallMapHandler.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
Methods.php Analyze attribute statements instead of constructing virtual statements. 2022-02-18 08:18:34 -06:00
Populator.php Improve @psalm-internal and prevent usage of IssueBuffer::add(). 2022-06-25 02:09:40 -05:00
Properties.php Fix phpcs violations 2022-09-13 12:33:47 -04:00
PropertyMap.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
ReferenceMapGenerator.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
Reflection.php Add ReflectionProperty properties 2022-06-24 18:47:49 +02:00
Scanner.php classlike_alias incorrect casing not handled correctly 2022-09-08 21:33:06 +02:00
TaintFlowGraph.php
VariableUseGraph.php stores origin location by ID to speed up psalm by up to 75% in certain cases 2022-06-04 14:26:27 +02:00