DEVSENSE / phptools-docs

PHP Tools public content
Apache License 2.0
79 stars 10 forks source link

In the PHP 8.2 environment, the second parameter of the http_build_query function does not support null #369

Open F4NNIU opened 1 year ago

F4NNIU commented 1 year ago

Dear development team,

First of all, I'd like to say that your PHP Tools are truly amazing!

However, I noticed that the second parameter of the http_build_query function does not support null in PHP 8.2 environments. It would be great if you could address this issue as it's an important feature for me and other users.

Thank you very much for your patience and hard work. Looking forward to your response.

tooltips

image
jakubmisek commented 1 year ago

Thank you @F4NNIU,

You are right, null is not allowed. I think the tooltip denotates optional parameter in this way, but null looks misleading here.