Is there a standard way to document the expected class of entities inside a Collection in the docblock comment in a Doctrine project? Something like:
After I create a method I use /**<enter> to generate the DocBlock. It auto fills the @param and @return for that function.
This question already has answers here: A tool to add and complete PHP source code documentation [closed]
Is it possible to generate Doctrine 2 entities开发者_如何学Python, with the relevant docblock annotations, from an existing database schema?I had to made these changes for the above code to work..
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.