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
Since moving to PHP 8.1, we are having issues regarding the Deprecated return type errors. Lots of them.
Is there PHP8.1 compatibility work in the plan?
One of the error:
Fatal error: During inheritance of IteratorAggregate: Uncaught Exception: Deprecated Functionality: Return type of Metabor\NamedCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /vendor/metabor/statemachine/src/Metabor/NamedCollection.php on line 53 in /vendor/magento/framework/App/ErrorHandler.php:61
Stack trace:
The text was updated successfully, but these errors were encountered:
I am not using PHP 8.1, so thanks for letting me know that there are issues.Will have a look at this.Can you provide an example of the messages you get?Am 18.11.2022 00:54 schrieb Adarsh Khatri ***@***.***>:
Since moving to PHP 8.1, we are having issues regarding the Deprecated return type errors. Lots of them.
Is there PHP8.1 compatibility work in the plan?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
Fatal error: During inheritance of IteratorAggregate: Uncaught Exception: Deprecated Functionality: Return type of Metabor\NamedCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /vendor/metabor/statemachine/src/Metabor/NamedCollection.php on line 53 in /vendor/magento/framework/App/ErrorHandler.php:61
Stack trace:
Since moving to PHP 8.1, we are having issues regarding the
Deprecated return type
errors. Lots of them.Is there PHP8.1 compatibility work in the plan?
One of the error:
The text was updated successfully, but these errors were encountered: