mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 17:52:45 +01:00
182 B
182 B
DeprecatedFunction
Emitted when calling a deprecated function:
/** @deprecated */
function foo() : void {}
foo();
How to fix
Don’t use the deprecated function.