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
Do i understand correctly, that you have a class that extends Pimcore\Model\DataObject\AbstractObject and AbstractObject has this $o_parent prop that is not resolved properly?
It would help if i would know about the structure (can be a dummy example), but probably properties with self should be ignored, since this can lead to endless schema recursion 😄
All good, no worries ✌️ this error is only present in 2.x since in 3.x parsing is done differently, probably that's why.
You still gave very good input and new use cases, which i appreciate a lot ✌️
The directory contains files from PIMcore, and among others scanned class
Pimcore\Model\DataObject\AbstractObject
with property with annotation:Should be there
self
keyword resolved automatically intoPimcore\Model\DataObject\AbstractObject
class?The text was updated successfully, but these errors were encountered: