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
In PHP 8.1 I have a Warning message while using this package:
`Deprecated function: Return type of DOMWordsIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in include() (line 19 of vendor/antoligy/dom-string-iterators/src/DOMWordsIterator.php).
include('............/web/vendor/antoligy/dom-string-iterators/src/DOMWordsIterator.php') (Line: 122)
Composer\Autoload\ClassLoader::Composer\Autoload\{closure}('......../web/vendor/composer/../antoligy/dom-string-iterators/src/DOMWordsIterator.php') (Line: 443)
Composer\Autoload\ClassLoader->loadClass('DOMWordsIterator') (Line: 611)`
The text was updated successfully, but these errors were encountered:
Hi there,
In PHP 8.1 I have a Warning message while using this package:
The text was updated successfully, but these errors were encountered: