You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shows a warning Please consider taking advantage of JSON_THROW_ON_ERROR flag for this call options.
If I click this warning then it will turn the code into:
Current behaviour
Shows a warning
Please consider taking advantage of JSON_THROW_ON_ERROR flag for this call options.
If I click this warning then it will turn the code into:
Expected behaviour
It shouldn't show a warning because this argument is already set.
Environment details
PHP 8 Named Arguments feature: https://www.php.net/manual/en/functions.arguments.php#functions.named-arguments
The text was updated successfully, but these errors were encountered: