-
Notifications
You must be signed in to change notification settings - Fork 121
Description
phpDox 0.12.0-dev - Copyright (C) 2010 - 2019 by Arne Blankerts and Contributors
[19.03.2019 - 21:32:11] Using config file './phpdox.xml'
[19.03.2019 - 21:32:11] Registered collector backend 'parser'
[19.03.2019 - 21:32:11] Registered enricher 'build'
[19.03.2019 - 21:32:11] Registered enricher 'git'
[19.03.2019 - 21:32:11] Registered enricher 'checkstyle'
[19.03.2019 - 21:32:11] Registered enricher 'phpcs'
[19.03.2019 - 21:32:11] Registered enricher 'pmd'
[19.03.2019 - 21:32:11] Registered enricher 'phpunit'
[19.03.2019 - 21:32:11] Registered enricher 'phploc'
[19.03.2019 - 21:32:11] Registered output engine 'xml'
[19.03.2019 - 21:32:11] Registered output engine 'html'
[19.03.2019 - 21:32:11] Starting to process project 'phpdox'
[19.03.2019 - 21:32:11] Starting collector
[19.03.2019 - 21:32:11] Scanning directory '/Applications/XAMPP/xamppfiles/htdocs/twilio' for files to process
.................................................. [50]
.................................................. [100]
.................................................. [150]
.................................................. [200]
.................................................. [250]
.................................................. [300]
.......f.......................................... [350]
.................................................. [400]
.................................................. [450]
.................................................. [500]
.................................................. [550]
.................................................. [600]
.....................................f.f...ffff... [650]
f......
Oups... phpDox encountered a problem and has terminated!
It most likely means you've found a bug, so please file a report for this
and paste the following details and the stacktrace (if given) along:
PHP Version: 7.2.14 (Darwin)
PHPDox Version: 0.12.0-dev
Exception: TypeError (Code: 0)
Location: /Applications/XAMPP/xamppfiles/htdocs/twilio/vendor/theseer/phpdox/src/collector/project/SourceFile.php (Line 74)
Return value of TheSeer\phpDox\Collector\SourceFile::getSource() must be of the type string, null returned
#0 /Applications/XAMPP/xamppfiles/htdocs/twilio/vendor/theseer/phpdox/src/collector/Collector.php(101): TheSeer\phpDox\Collector\Backend\PHPParser->parse()
#1 /Applications/XAMPP/xamppfiles/htdocs/twilio/vendor/theseer/phpdox/src/collector/Collector.php(71): TheSeer\phpDox\Collector\Collector->processFile()
#2 /Applications/XAMPP/xamppfiles/htdocs/twilio/vendor/theseer/phpdox/src/Application.php(88): TheSeer\phpDox\Collector\Collector->run()
#3 /Applications/XAMPP/xamppfiles/htdocs/twilio/vendor/theseer/phpdox/src/CLI.php(120): TheSeer\phpDox\Application->runCollector()
#4 /Applications/XAMPP/xamppfiles/htdocs/twilio/vendor/theseer/phpdox/phpdox(68): TheSeer\phpDox\CLI->run()