1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 03:17:02 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call
2021-05-28 09:44:07 -04:00
..
Method Fix #5298 - improve handling of method that may write properties 2021-05-23 16:22:52 -04:00
StaticMethod Migrate ClassLikeName options to object 2021-04-30 15:01:33 -04:00
ArgumentAnalyzer.php Add example given in ticket and ensure that works too 2021-05-24 00:09:51 -04:00
ArgumentMapPopulator.php Remove unnecessary computation 2019-10-19 23:03:59 -04:00
ArgumentsAnalyzer.php Fix #5768 - call methods with proper params 2021-05-14 22:50:11 -04:00
ArrayFunctionArgumentsAnalyzer.php Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05:00
ClassTemplateParamCollector.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
FunctionCallAnalyzer.php Fix #5809 - remove unnecessary issue suppression 2021-05-21 07:35:01 -04:00
FunctionCallInfo.php allow dismissing return value of pure functions with by-reference arguments (#5463) 2021-03-25 09:05:59 -04:00
FunctionCallReturnTypeFetcher.php Improve count inference 2021-05-14 20:12:28 -04:00
MethodCallAnalyzer.php Add more mixed origin information 2021-03-20 21:45:38 -04:00
NamedFunctionCallHandler.php Fix #5279 - don’t convert get_class($templated) into dependent type 2021-02-25 18:43:04 -05:00
NewAnalyzer.php Check whether constructor is internal on new call (#5843) 2021-05-28 09:44:07 -04:00
StaticCallAnalyzer.php Support enums (#5699) 2021-05-03 17:54:09 -04:00