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
( ! ) Deprecated: Return type of Symfony\Component\Process\Process::getIterator($flags = 0) should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/autouonline/vendor/symfony/process/Process.php on line 567
I'm using v1.4.1, looks like it's not compatible with PHP 8.0.
Any suggestions please?
Thanks!
The text was updated successfully, but these errors were encountered:
@pjcvijay Indeed, according to the error you encounter, it is the version of symfony/process that triggers this warning, snappy is compatible with the latest version of the component, can you try to update symfony/process?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm getting below error in PHP 8.1:
( ! ) Deprecated: Return type of Symfony\Component\Process\Process::getIterator($flags = 0) should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/autouonline/vendor/symfony/process/Process.php on line 567
I'm using v1.4.1, looks like it's not compatible with PHP 8.0.
Any suggestions please?
Thanks!
The text was updated successfully, but these errors were encountered: