1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/docs/running_psalm/plugins
Philip Hofstetter 395cf587d3 add plugin hook to be called after every function call
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
2020-02-13 09:10:24 -05:00
..
authoring_plugins.md add plugin hook to be called after every function call 2020-02-13 09:10:24 -05:00
plugins_type_system.md Add docs for optional ObjectLike (#1942) 2019-07-17 22:54:01 -04:00
using_plugins.md typo fix : "you" -> "your" (#1976) 2019-07-30 13:22:26 -04:00