Closed IonBazan closed 3 years ago
@IonBazan thanks for the PR will review and merge it as soon as possible 🎉 and I will credit you for making the package available for PHP8 in the changelog 👍
@nyamsprod Thank you for merging. Can you also create a new release to allow users to migrate to PHP 8.0?
@IonBazan it's in my today's to-do list don't worry 😉
Fixes #404 -
iterator_to_array
is not marked as pure anymore: https://github.com/JetBrains/phpstorm-stubs/pull/969 Checks are still run on PHP 7.4 because PHP 8.0 introducesfalse
return type forcreateElement
and other DOM-related methods - I will try to provide a fix in a separate PR soon.