1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 10:57:08 +01:00
psalm/src/Psalm/Internal/Codebase
2020-12-01 18:26:15 -05:00
..
Analyzer.php Break up CommentAnalyzer 2020-11-04 23:25:08 -05:00
ClassLikes.php Only show possibly unused params on methods that don’t extend others 2020-11-27 17:17:03 -05:00
ConstantTypeResolver.php support shift and bitwise operations in constants (#4740) 2020-11-29 21:43:49 -05:00
DataFlowGraph.php Simplify more things 2020-11-27 17:48:39 -05:00
Functions.php Mark finfo_open and finfo_file as impure (#4678) 2020-11-23 15:19:50 -05:00
InternalCallMapHandler.php Protect more calls 2020-10-28 13:48:13 -04:00
Methods.php Simplify storage and retrieval of extended template params 2020-11-29 15:05:32 -05:00
Populator.php Fix a few issues 2020-12-01 18:26:15 -05:00
Properties.php replace return; by return null; in every non-void method, add return null; when mising, add return types, remove redundant phpdoc (#4176) 2020-09-13 16:39:06 -04:00
PropertyMap.php Move static code out of src 2020-10-12 00:59:19 -04:00
ReferenceMapGenerator.php improve phpdoc (#4352) 2020-10-17 12:36:44 -04:00
Reflection.php Turn template bound tuples into object 2020-11-27 11:43:30 -05:00
Scanner.php Break up CommentAnalyzer 2020-11-04 23:25:08 -05:00
TaintFlowGraph.php Move param taint sink addition after arguuments have been analysed 2020-11-22 19:39:40 -05:00
VariableUseGraph.php Increase nesting 2020-11-10 18:27:28 -05:00