Add #[NoDiscard] to the PHP 8.5 polyfill#522
Conversation
GromNaN
left a comment
There was a problem hiding this comment.
Thanks, the stub is identical to the one provided in php-src: https://github.com/TimWolla/php-src/blob/d80682e753af13a89ad71ee78100ce44045f175d/Zend/zend_attributes.stub.php#L88-L97
Indeed. I presumed that was the correct thing to do. Do we know when this Polyfill will be published as non-dev. I noticed it's on Packagist, but not as 1.38 (or whatever the other polyfills are). |
|
Thank you @schodemeiss. |
You're welcome. When do the polyfill packages get officially published? I noticed that whilst php85 appears on Packagist, it's still on the dev branch. |
I've released v1.32.0 which includes the PHP 8.5 polyfill. |
No description provided.