phptools-docs
phptools-docs copied to clipboard
Ignore Function x is available since PHP 8.4 when polyfill are installed
I have info in inspection like:
Function 'array_any' is available since PHP 8.4
but I have
"symfony/polyfill-php84": "*"
in composer.json
So it's totally fine to have it. Having polyfills installed should make that info tooltip obsolete
You are correct. We are too strict here.
The latest pre-release 1.57.17193 respects the polyfill.