1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 02:47:02 +01:00
psalm/src/Psalm/Internal/Codebase
2021-05-26 16:04:22 -04:00
..
Analyzer.php Fix #5810 - detect properties that are never read 2021-05-21 09:25:57 -04:00
ClassLikes.php Fix #5810 - detect properties that are never read 2021-05-21 09:25:57 -04:00
ConstantTypeResolver.php Improve type resolution of class constants. (#5591) 2021-04-07 21:56:35 -04:00
DataFlowGraph.php Remove (and prevent) unused uses (#5704) 2021-05-03 17:22:15 -04:00
Functions.php Fix #5761 by marking all opcache_ functions as impure, as they are affected by runtime/engine (#5762) 2021-05-13 21:18:00 -04:00
InternalCallMapHandler.php
Methods.php Prevent crash when method being called does not exist in reflection 2021-05-13 12:40:39 -04:00
Populator.php Catch InvalidArgumentException (#5061) 2021-01-20 17:42:45 -05:00
Properties.php Fix #5810 - detect properties that are never read 2021-05-21 09:25:57 -04:00
PropertyMap.php
ReferenceMapGenerator.php
Reflection.php Add completions for functions (#5128) 2021-02-12 16:59:47 -05:00
Scanner.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
TaintFlowGraph.php [BUGFIX] Continue processing psalm-flow graph after first taint sink (#5832) 2021-05-26 16:04:22 -04:00
VariableUseGraph.php Add tainting for array keys 2021-03-24 15:32:56 -04:00