Open cherifGsoul opened 1 year ago
Line https://github.com/celyes/ray/blob/946a91b4057723632d6e813771bc1ec7368b9143/src/Element.php#L27
I would not make an instance of class A inside class B where A is Ray and B is Element.
A
B
Ray
Element
This is not the best solution to work with nested arrays indeed. I'll fix the issue ASAP. Thank you!
Line https://github.com/celyes/ray/blob/946a91b4057723632d6e813771bc1ec7368b9143/src/Element.php#L27
I would not make an instance of class
A
inside classB
whereA
isRay
and B isElement
.