api-platform / core

The server component of API Platform: hypermedia and GraphQL APIs in minutes
https://api-platform.com
MIT License
2.43k stars 864 forks source link

fix(metadata) Added phpdoc to ORM #6387

Closed stephanvierkant closed 4 months ago

stephanvierkant commented 4 months ago
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.

soyuka commented 4 months ago

sure but don't forget to run cs-fixer, phpstan and to respect the commit lint rules, thanks.

stephanvierkant commented 4 months ago

I'll do! That's why I made it a draft PR, because I didn't run it yet.

stephanvierkant commented 4 months ago

Because 'Foo' wasn't recognized as a class-string, I've used Dummy::class instead.

soyuka commented 4 months ago

nice thanks!