1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/src
Joe Hoyle 7749682c71
Pass CodeLocation to FunctionParamsProviderInterface interface (#4444)
Currently the `getFunctionParams()` method of the `FunctionParamsProviderInterface` is never passed the CodeLocation of the analyzed function call. As this is in-scope in the only call site, we can pass the CodeLocation. This means the `getFunctionParams()` is able to issue it's own Issues (which required the code location to attached the Issue to)
2021-01-29 11:44:35 +01:00
..
Psalm Pass CodeLocation to FunctionParamsProviderInterface interface (#4444) 2021-01-29 11:44:35 +01:00
command_functions.php Remove --diff-methods from --help 2021-01-29 11:41:13 +01:00
functions.php add native return types (#4116) 2021-01-29 11:38:53 +01:00
psalm_plugin.php add support for 'COMPOSER' env variable for alternate name of 'composer.json' (#4275) 2021-01-29 11:39:46 +01:00
psalm-language-server.php return types (#4311) 2021-01-29 11:39:53 +01:00
psalm-refactor.php return types (#4311) 2021-01-29 11:39:53 +01:00
psalm.php Change working dir after getting paths 2021-01-29 11:44:31 +01:00
psalter.php return types (#4311) 2021-01-29 11:39:53 +01:00
spl_object_id.php