-
Notifications
You must be signed in to change notification settings - Fork 2.5k
fix HeadLink docblock method declaration hints #6038
fix HeadLink docblock method declaration hints #6038
Conversation
Is this compatible with PHPDoc definition? |
To be honest I don't know, I gave a look at PHPDoc reference but couldn't find anything about default arguments in |
@mvriel do you know if |
@Ocramius currently the syntax for the I can however see how this would be beneficial and would warrant a change in the PHPDoc definition; can you or @stefanotorresi open an issue in the phpDocumentor/phpDocumentor2 repository to allow default values on |
@mvriel thanks for looking into it! I was looking in the code but couldn't find any hints, so I will indeed open an issue. |
Will wait to merge until phpDocumentor/phpDocumentor#1194 is closed. |
Will be included in PhpDocumentor 2.6. Merging here. |
…o develop Optional type hints as of phpDocumentor/phpDocumentor#1194 Close #6038 Forward Port #6038
…ptional-params-hinting' Type-hints as of phpDocumentor/phpDocumentor2zendframework/zf2#1194 Close zendframework/zendframework#6038
…ptional-params-hinting' into develop Optional type hints as of phpDocumentor/phpDocumentor2zendframework/zf2#1194 Close zendframework/zendframework#6038 Forward Port zendframework/zendframework#6038
IDEs were complaining about missing arguments which are actually optional.