core
core copied to clipboard
fix(metadata) Added phpdoc to ORM
| Q | A |
|---|---|
| Branch? | 3.3 |
| Tickets | n/a |
| License | MIT |
| Doc PR | n/a |
I've added some more phpdoc annotations. Please let me know if I should add more. I've added just some annotations that are relevant for me own use cases.
sure but don't forget to run cs-fixer, phpstan and to respect the commit lint rules, thanks.
I'll do! That's why I made it a draft PR, because I didn't run it yet.
Because 'Foo' wasn't recognized as a class-string, I've used Dummy::class instead.
nice thanks!