Recommend this page to a friend! |
Classes of Adeleye Ayodeji | Simple PHP Chat with Websocket | vendor/symfony/deprecation-contracts/README.md | Download |
|
DownloadSymfony Deprecation ContractsA generic function and convention to trigger deprecation notices. This package provides a single global function named By using a custom PHP error handler such as the one provided by the Symfony ErrorHandler component, the triggered deprecations can be caught and logged for later discovery, both on dev and prod environments. The function requires at least 3 arguments:
- the name of the Composer package that is triggering the deprecation
- the version of the package that introduced the deprecation
- the message of the deprecation
- more arguments can be provided: they will be inserted in the message using Example:
This will generate the following message:
While not necessarily recommended, the deprecation notices can be completely ignored by declaring an empty
|