inroutephp / inroute

Generate http routing and dispatching middleware from docblock annotations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use @param tag instead of the @inject tag

hanneskod opened this issue · comments

@Inject $builder getAgBuilder

should be replaced with

@param $builder AgBuilder inject:getAgBuilder

this makes it possible to document and inject in the same line