theseer / phpdox

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

Fix doc bootstrap #384

Closed Qusonann closed 4 years ago

Qusonann commented 4 years ago

I tried running ./phpdox for phpdox repo itself, got:

PHP Version: 7.4.0 (Darwin)
PHPDox Version: 0.12.0-17-g4c380a2-dirty
Exception: Error (Code: 0)
Location: /Users/me/misc/phpdox/src/collector/backend/parser/UnitCollectingVisitor.php (Line 269)

Object of class PhpParser\Node\NullableType could not be converted to string

I believe it's incorrect behavior, so I fixed this.