Statemachine icon indicating copy to clipboard operation
Statemachine copied to clipboard

Is there PHP8.1 compatibility work in the plan?

Open adarshkhatri opened this issue 3 years ago • 3 comments

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:

adarshkhatri avatar Nov 17 '22 23:11 adarshkhatri

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: @.***>

Metabor avatar Nov 18 '22 06:11 Metabor

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:

adarshkhatri avatar Nov 21 '22 04:11 adarshkhatri

I pulled the changes @florentintyroola made into this branch. https://github.com/Metabor/Statemachine/tree/php8.1 But have not tested yet. Will make a new version (3.0) if this workes.

Metabor avatar Sep 14 '23 14:09 Metabor