serve/vendor/symfony/deprecation-contractsfunction.php

Functions

trigger_deprecation()

trigger_deprecation(string  $package, string  $version, string  $message, mixed  ...$args) : void

Triggers a silenced deprecation notice.

Parameters

string $package

The name of the Composer package that is triggering the deprecation

string $version

The version of the package that introduced the deprecation

string $message

The message of the deprecation

mixed $args variadic

Values to insert in the message using printf() formatting