-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Support for trait mapping files #224
base: 2.4.x
Are you sure you want to change the base?
Conversation
f2c85ac
to
45583e2
Compare
throw MappingException::nonExistingClass($class); | ||
} | ||
|
||
$parents = class_parents($class); | ||
$parents = class_parents($class) + class_uses($class); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This introduces a violation of this method's signature:
* @psalm-return class-string[] |
Also, it's inconsistent with its name.
The schema tool is working rigth now with traits and xml mappings. But the UnitOfWork is not, I need a help here. I'm getting this error:
|
|
Solve #223