yiisoft / yii2-apidoc

Yii 2 apidoc extension.
https://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
258 stars 121 forks source link

apidoc does not handle php 7.x features #178

Closed ancpru closed 5 years ago

ancpru commented 5 years ago

Currently APIDOC mostly ignores PHP 7.x features like declared return types or failes parsing code containing them.

Reason: The used phpdocumentor/reflection version do not support them.

(NOTE: I am working on a port to phpdocumentor/reflection 4.0 - I entered this issue to have issue ID)

Q A
Yii APIDoc version 2,1
PHP version 7.2
Operating system Linux
machour commented 5 years ago

There's already #163 unless I'm missing something