(no description)
File Size: | 27 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
trigger_deprecation(string $package, string $version, string $message, mixed ...$args) X-Ref |
Triggers a silenced deprecation notice. param: string $package The name of the Composer package that is triggering the deprecation param: string $version The version of the package that introduced the deprecation param: string $message The message of the deprecation param: mixed ...$args Values to insert in the message using printf() formatting author: Nicolas Grekas <p@tchwork.com> |