warning()
warning(string $message, array $context = []) : void
Exceptional occurrences that are not errors.
Example: Use of deprecated APIs, poor use of an API, undesirable things
that are not necessarily wrong.
Parameters
string |
$message |
|
array |
$context |
|