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

Class 'PhpParser\ErrorHandler\Throwing' not found #295

Closed conorgahan closed 7 years ago

conorgahan commented 7 years ago
PHP Version: 7.0.12 (Linux)
PHPDox Version: 0.8.2-dev
Exception: Error (Code: 0)
Location: /vendor/nikic/php-parser/lib/PhpParser/Parser/Multiple.php (Line 28)

Class 'PhpParser\ErrorHandler\Throwing' not found

#0 /vendor/theseer/phpdox/src/collector/Collector.php(141): TheSeer\phpDox\Collector\Backend\PHPParser->parse()
#1 /vendor/theseer/phpdox/src/collector/Collector.php(105): TheSeer\phpDox\Collector\Collector->processFile()
#2 /vendor/theseer/phpdox/src/Application.php(122): TheSeer\phpDox\Collector\Collector->run()
#3 /vendor/theseer/phpdox/src/CLI.php(161): TheSeer\phpDox\Application->runCollector()
#4 /vendor/theseer/phpdox/phpdox(67): TheSeer\phpDox\CLI->run()
theseer commented 7 years ago

Duplicate of #289