-
Notifications
You must be signed in to change notification settings - Fork 356
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
$depth property overflow #208
Comments
Hello again. I figured out why the problem occurs. |
Sure, thanks. |
@Markard Thanks for closing this issue! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I'm currently faced an issue with $depth property in RefResolver. Also I would like to notice that we have cyclic references and this is fine for us.
Example:
And for example we reached a depth. But we still need to resolve another file in our script:
So we already get $depth on the start of second resolving. And I don't get why you use this property as "protected static". May it would be better to use just protected property or even function scope property?
The text was updated successfully, but these errors were encountered: