mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
395cf587d3
compared to AfterFunctionCallAnalysisInterface which gets only called after a call to a function declared within the project, a plugin implementing AfterEveryFunctionCallAnalysisInterface will get called for every function call, including calls of PHP builtins. On the other hand, this interface doesn't allow modification of the code nor tweaking the return type, but it's still useful for accounting purposes and for depreacting calls to PHP builtins this fixes #2804 |
||
---|---|---|
.. | ||
authoring_plugins.md | ||
plugins_type_system.md | ||
using_plugins.md |