Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SubscriptionGroup.php #354

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update SubscriptionGroup.php #354

wants to merge 1 commit into from

Conversation

anare
Copy link

@anare anare commented Aug 17, 2021

Fix issue related to compare two objects:
PHP Fatal error: Nesting level too deep - recursive dependency? in /opt/application/backend/vendor/voryx/thruway/src/Subscription/SubscriptionGroup.php on line 123

As Example:
https://www.richardlord.net/blog/php/php-nesting-level-too-deep-recursive-dependency.html

Here is official PHP doc: https://www.php.net/manual/en/language.oop5.object-comparison.php

Fix issue related to compare two objects:
PHP Fatal error:  Nesting level too deep - recursive dependency? in /opt/application/backend/vendor/voryx/thruway/src/Subscription/SubscriptionGroup.php on line 123

As Example:
https://www.richardlord.net/blog/php/php-nesting-level-too-deep-recursive-dependency.html

Here is official PHP doc: https://www.php.net/manual/en/language.oop5.object-comparison.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant