phpdoc-parser icon indicating copy to clipboard operation
phpdoc-parser copied to clipboard

Question: max 120 chars for annototations | multi line annotations possible?

Open flobee opened this issue 2 years ago • 0 comments

I've seen this discussion https://github.com/phpstan/phpdoc-parser/issues/6

is there alread a solution for multiline annotations e.g. for @return or @var, @param annotations?

i',m starting to reach the max line usage when the coding style sniffer is running.

eg.:

    * @return array<string, Common_Item_Interface[]|Common_Item_List_Interface[]|Common_Item_Type_Interface[]> Associative
    * list of domains as keys and lists of IDs/items implementing Common_Item_Interface
    ...

flobee avatar Apr 11 '22 13:04 flobee