theseer / phpdox

Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)
http://phpdox.de
Other
599 stars 121 forks source link

Add splat operator hint support #344

Closed Lcfvs closed 5 years ago

Lcfvs commented 6 years ago

Hi,

Can you add that support, please ?

Example:

function f(string ...$segments) {
    // ...
}

Thanks a lot for that nice tool. :D

Lcfvs commented 5 years ago

Awesome, thx!