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

Issue when using with Laravel #397

Open jan-koch opened 4 years ago

jan-koch commented 4 years ago

I'm trying to run PHPDox in a Laravel environment and am experiencing the following issue:


PHPDox Version: 0.12.0
Exception: TypeError (Code: 0)
Location: phar:///home/jan/.phive/phars/phpdox-0.12.0.phar/phpdox/collector/project/SourceFile.php (Line 74)

Return value of TheSeer\phpDox\Collector\SourceFile::getSource() must be of the type string, null returned

#0 phar:///home/jan/.phive/phars/phpdox-0.12.0.phar/phpdox/collector/Collector.php(101): TheSeer\phpDox\Collector\Backend\PHPParser->parse()
#1 phar:///home/jan/.phive/phars/phpdox-0.12.0.phar/phpdox/collector/Collector.php(71): TheSeer\phpDox\Collector\Collector->processFile()
#2 phar:///home/jan/.phive/phars/phpdox-0.12.0.phar/phpdox/Application.php(88): TheSeer\phpDox\Collector\Collector->run()  
#3 phar:///home/jan/.phive/phars/phpdox-0.12.0.phar/phpdox/CLI.php(120): TheSeer\phpDox\Application->runCollector()        
#4 /home/jan/.phive/phars/phpdox-0.12.0.phar(485): TheSeer\phpDox\CLI->run()```
theseer commented 4 years ago

This looks like a duplicate of #356 and #368.

I pushed some more changes, try running phpDox from master. Again, the issue in general is not fixed with these changes, just the error handling is enhanced making it more likely for me to find the root cause.

jan-koch commented 4 years ago

Thanks @theseer for the super quick response and getting back to me! Just running phpdox from the Master branch and the error has gone, I now receive the HTML and XML documentation :-)

That saved me hours! Highly appreciate you.

theseer commented 4 years ago

Do you get a f "failed" on any of the files? Because given the loading should still fail, phpDox should still not be happy for one file at least - it just shouldn't crash anymore ;)

I'd be rather interested in seeing which file it has issues with and why...

jan-koch commented 4 years ago


[15.04.2020 - 13:01:15] Using config file './phpdox.xml'
[15.04.2020 - 13:01:15] Registered collector backend 'parser'
[15.04.2020 - 13:01:15] Registered enricher 'build'
[15.04.2020 - 13:01:15] Registered enricher 'git'
[15.04.2020 - 13:01:15] Registered enricher 'checkstyle'
[15.04.2020 - 13:01:15] Registered enricher 'phpcs'
[15.04.2020 - 13:01:15] Registered enricher 'pmd'
[15.04.2020 - 13:01:15] Registered enricher 'phpunit'
[15.04.2020 - 13:01:15] Registered enricher 'phploc'
[15.04.2020 - 13:01:15] Registered output engine 'xml'
[15.04.2020 - 13:01:15] Registered output engine 'html'
[15.04.2020 - 13:01:15] Starting to process project 'phpdox'
[15.04.2020 - 13:01:15] Configuration change detected - cleaning cache
[15.04.2020 - 13:01:24] Starting collector
[15.04.2020 - 13:01:24] Scanning directory '/mnt/c/Users/Jan/www/wpfeedback/api_dc' for files to process

..................................................      [50]
..................................................      [100]
...........................................             [143]

[15.04.2020 - 13:01:27] Saving results to directory '/mnt/c/Users/Jan/www/wpfeedback/api_dc/build/phpdox/xml'
[15.04.2020 - 13:01:28] Resolving inheritance

..................................................      [50]
..................................................      [100]
...                                                     [103]

[15.04.2020 - 13:01:28] The following unit(s) had missing dependencies during inheritance resolution:
[15.04.2020 - 13:01:28]  - App\ActivityLog (missing Illuminate\Database\Eloquent\Model)
[15.04.2020 - 13:01:28]  - App\Comment (missing Illuminate\Database\Eloquent\Model)
[15.04.2020 - 13:01:28]  - App\Console\Kernel (missing Illuminate\Foundation\Console\Kernel)
[15.04.2020 - 13:01:28]  - App\Events\CommentEvent (missing Illuminate\Contracts\Broadcasting\ShouldBroadcast, Illuminate\Foundation\Events\Dispatchable, Illuminate\Broadcasting\InteractsWithSockets, Illuminate\Queue\SerializesModels)
[15.04.2020 - 13:01:28]  - App\Events\LeftTasksPageEvent (missing Illuminate\Contracts\Broadcasting\ShouldBroadcast, Illuminate\Foundation\Events\Dispatchable, Illuminate\Broadcasting\InteractsWithSockets, Illuminate\Queue\SerializesModels)
[15.04.2020 - 13:01:28]  - App\Events\TaskViewingEvent (missing Illuminate\Contracts\Broadcasting\ShouldBroadcast, Illuminate\Foundation\Events\Dispatchable, Illuminate\Broadcasting\InteractsWithSockets, Illuminate\Queue\SerializesModels)
[15.04.2020 - 13:01:28]  - App\Events\UpdateNewUsers (missing Illuminate\Contracts\Broadcasting\ShouldBroadcastNow, Illuminate\Foundation\Events\Dispatchable, Illuminate\Broadcasting\InteractsWithSockets, Illuminate\Queue\SerializesModels)
[15.04.2020 - 13:01:28]  - App\Exceptions\Handler (missing Illuminate\Foundation\Exceptions\Handler)
[15.04.2020 - 13:01:28]  - App\Http\Controllers\CommentController (missing Illuminate\Routing\Controller, Illuminate\Foundation\Auth\Access\AuthorizesRequests, Illuminate\Foundation\Bus\DispatchesJobs, Illuminate\Foundation\Validation\ValidatesRequests)
[15.04.2020 - 13:01:28]  - App\Http\Controllers\SiteController (missing Illuminate\Routing\Controller, Illuminate\Foundation\Auth\Access\AuthorizesRequests, Illuminate\Foundation\Bus\DispatchesJobs, Illuminate\Foundation\Validation\ValidatesRequests)
[15.04.2020 - 13:01:28]  - App\Http\Controllers\TaskController (missing Illuminate\Routing\Controller, Illuminate\Foundation\Auth\Access\AuthorizesRequests, Illuminate\Foundation\Bus\DispatchesJobs, Illuminate\Foundation\Validation\ValidatesRequests)
[15.04.2020 - 13:01:28]  - App\Http\Controllers\UserController (missing Illuminate\Routing\Controller, Illuminate\Foundation\Auth\Access\AuthorizesRequests, Illuminate\Foundation\Bus\DispatchesJobs, Illuminate\Foundation\Validation\ValidatesRequests)
[15.04.2020 - 13:01:28]  - App\Http\Controllers\WpfUsersController (missing Illuminate\Routing\Controller, Illuminate\Foundation\Auth\Access\AuthorizesRequests, Illuminate\Foundation\Bus\DispatchesJobs, Illuminate\Foundation\Validation\ValidatesRequests)
[15.04.2020 - 13:01:28]  - App\Http\Controllers\Auth\ForgotPasswordController (missing Illuminate\Routing\Controller, Illuminate\Foundation\Auth\Access\AuthorizesRequests, Illuminate\Foundation\Bus\DispatchesJobs, Illuminate\Foundation\Validation\ValidatesRequests, Illuminate\Foundation\Auth\SendsPasswordResetEmails)
[15.04.2020 - 13:01:28]  - App\Http\Controllers\Auth\LoginController (missing Illuminate\Routing\Controller, Illuminate\Foundation\Auth\Access\AuthorizesRequests, Illuminate\Foundation\Bus\DispatchesJobs, Illuminate\Foundation\Validation\ValidatesRequests, Illuminate\Foundation\Auth\AuthenticatesUsers)
[15.04.2020 - 13:01:28]  - App\Http\Controllers\Auth\RegisterController (missing Illuminate\Routing\Controller, Illuminate\Foundation\Auth\Access\AuthorizesRequests, Illuminate\Foundation\Bus\DispatchesJobs, Illuminate\Foundation\Validation\ValidatesRequests, Illuminate\Foundation\Auth\RegistersUsers)
[15.04.2020 - 13:01:28]  - App\Http\Controllers\Auth\ResetPasswordController (missing Illuminate\Routing\Controller, Illuminate\Foundation\Auth\Access\AuthorizesRequests, Illuminate\Foundation\Bus\DispatchesJobs, Illuminate\Foundation\Validation\ValidatesRequests, Illuminate\Foundation\Auth\ResetsPasswords)
[15.04.2020 - 13:01:28]  - App\Http\Controllers\Auth\VerificationController (missing Illuminate\Routing\Controller, Illuminate\Foundation\Auth\Access\AuthorizesRequests, Illuminate\Foundation\Bus\DispatchesJobs, Illuminate\Foundation\Validation\ValidatesRequests, Illuminate\Foundation\Auth\VerifiesEmails)
[15.04.2020 - 13:01:28]  - App\Http\Controllers\Controller (missing Illuminate\Routing\Controller, Illuminate\Foundation\Auth\Access\AuthorizesRequests, Illuminate\Foundation\Bus\DispatchesJobs, Illuminate\Foundation\Validation\ValidatesRequests)
[15.04.2020 - 13:01:28]  - App\Http\Controllers\HomeController (missing Illuminate\Routing\Controller, Illuminate\Foundation\Auth\Access\AuthorizesRequests, Illuminate\Foundation\Bus\DispatchesJobs, Illuminate\Foundation\Validation\ValidatesRequests)
[15.04.2020 - 13:01:28]  - App\Http\Kernel (missing Illuminate\Foundation\Http\Kernel)
[15.04.2020 - 13:01:28]  - App\Http\Middleware\Authenticate (missing Illuminate\Auth\Middleware\Authenticate)
[15.04.2020 - 13:01:28]  - App\Http\Middleware\CheckForMaintenanceMode (missing Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode)
[15.04.2020 - 13:01:28]  - App\Http\Middleware\EncryptCookies (missing Illuminate\Cookie\Middleware\EncryptCookies)
[15.04.2020 - 13:01:28]  - App\Http\Middleware\TrimStrings (missing Illuminate\Foundation\Http\Middleware\TrimStrings)
[15.04.2020 - 13:01:28]  - App\Http\Middleware\TrustProxies (missing Fideloper\Proxy\TrustProxies)
[15.04.2020 - 13:01:28]  - App\Http\Middleware\VerifyCsrfToken (missing Illuminate\Foundation\Http\Middleware\VerifyCsrfToken)
[15.04.2020 - 13:01:28]  - App\Jobs\WordpressAPi (missing Illuminate\Contracts\Queue\ShouldQueue, Illuminate\Foundation\Bus\Dispatchable, Illuminate\Queue\InteractsWithQueue, Illuminate\Bus\Queueable, Illuminate\Queue\SerializesModels)
[15.04.2020 - 13:01:28]  - App\LicenseDetails (missing Illuminate\Database\Eloquent\Model)
[15.04.2020 - 13:01:28]  - App\Mail\RegistrationRequest (missing Illuminate\Mail\Mailable, Illuminate\Bus\Queueable, Illuminate\Queue\SerializesModels)
[15.04.2020 - 13:01:28]  - App\Mail\RegistrationSuccess (missing Illuminate\Mail\Mailable, Illuminate\Bus\Queueable, Illuminate\Queue\SerializesModels)
[15.04.2020 - 13:01:28]  - App\Mail\ResetPasswordRequest (missing Illuminate\Mail\Mailable, Illuminate\Bus\Queueable, Illuminate\Queue\SerializesModels)
[15.04.2020 - 13:01:28]  - App\NotificationPreference (missing Illuminate\Database\Eloquent\Model)
[15.04.2020 - 13:01:28]  - App\Page (missing Illuminate\Database\Eloquent\Model)
[15.04.2020 - 13:01:28]  - App\Providers\AppServiceProvider (missing Illuminate\Support\ServiceProvider)
[15.04.2020 - 13:01:28]  - App\Providers\AuthServiceProvider (missing Illuminate\Foundation\Support\Providers\AuthServiceProvider)
[15.04.2020 - 13:01:28]  - App\Providers\BroadcastServiceProvider (missing Illuminate\Support\ServiceProvider)
[15.04.2020 - 13:01:28]  - App\Providers\EventServiceProvider (missing Illuminate\Foundation\Support\Providers\EventServiceProvider)
[15.04.2020 - 13:01:28]  - App\Providers\RouteServiceProvider (missing Illuminate\Foundation\Support\Providers\RouteServiceProvider)
[15.04.2020 - 13:01:28]  - App\RegistrationToken (missing Illuminate\Database\Eloquent\Model)
[15.04.2020 - 13:01:28]  - App\ResetPasswordToken (missing Illuminate\Database\Eloquent\Model)
[15.04.2020 - 13:01:28]  - App\Setting (missing Illuminate\Database\Eloquent\Model)
[15.04.2020 - 13:01:28]  - App\Site (missing Illuminate\Database\Eloquent\Model)
[15.04.2020 - 13:01:28]  - App\Tag (missing Illuminate\Database\Eloquent\Model)
[15.04.2020 - 13:01:28]  - App\Task (missing Illuminate\Database\Eloquent\Model, Illuminate\Database\Eloquent\SoftDeletes)
[15.04.2020 - 13:01:28]  - App\User (missing Illuminate\Foundation\Auth\User, Laravel\Passport\HasApiTokens, Illuminate\Notifications\Notifiable, Illuminate\Database\Eloquent\SoftDeletes)
[15.04.2020 - 13:01:28]  - App\WpfUsers (missing Illuminate\Database\Eloquent\Model)
[15.04.2020 - 13:01:28]  - CreateUsersTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreatePasswordResetsTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreateTableRegistrationToken (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreateJobsTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnIdInRegistrationTokenTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreateFailedJobsTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreateResetPasswordTokenTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - DeleteOldAccessTokenEvent (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnUsernameUserTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnRoleInUserTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreateSitesTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CretaeSiteUserTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnWpfeedbackIdInUserTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreateLicenseDetailsTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnLicenseIdInSitesTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreateNewTableWpfUsers (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreateNewTableTasks (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - ChangeDefaultNullInTableTasks (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnIsAdminTaskInTasksTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreateCommentTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreateNewColumnIsAdminTableWpfUsers (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnWpfTaskUrlInTaskTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnCommentTypeInCommentsTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnIsNoteTableComments (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnTaskEstimationsInTasksTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - ChangeColumnTaskEstimationsInTasksTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreatePagesTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnInvitedByInRegistrationTokenTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnAdminIdInUsersTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnNotifyWpFeedbackUsersInTasksTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - NotificationPreference (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnsNamesRolesInRegistrationRequestTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddCascadeInSiteUserTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreateActivityLogTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddDefaultWebsiteAddToUsersTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnAvatarInUsersTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnsFirstNameLastNamesInUsersTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnsFirstNameLastNamesInRegistrationRequestTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnDeletedAtInTasksTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreateSettingsTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnTaskTagsInTasksTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddSoftDeleteInUsersTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnTourEnabledInUsersTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreateTagsTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - CreateTaskTagsTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnAdminIdInSitesTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - AddColumnWpfTaskScreenshotInTasksTable (missing Illuminate\Database\Migrations\Migration)
[15.04.2020 - 13:01:28]  - DatabaseSeeder (missing Illuminate\Database\Seeder)
[15.04.2020 - 13:01:28]  - Tests\Feature\ExampleTest (missing Illuminate\Foundation\Testing\TestCase)
[15.04.2020 - 13:01:28]  - Tests\TestCase (missing Illuminate\Foundation\Testing\TestCase)
[15.04.2020 - 13:01:28]  - Tests\Unit\ExampleTest (missing Illuminate\Foundation\Testing\TestCase)
[15.04.2020 - 13:01:28] Collector process completed

[15.04.2020 - 13:01:28] Starting generator
[15.04.2020 - 13:01:28] Loading enrichers
[15.04.2020 - 13:01:28] Enricher Build Information initialized successfully
[15.04.2020 - 13:01:28] Starting event loop.

..................................................      [50]
..................................................      [100]
..................................................      [150]
..................................................      [200]
..................................................      [250]
..................................................      [300]
..................................................      [350]
..................................................      [400]
..................................................      [450]
..................................................      [500]
..................................................      [550]
..................................................      [600]
..................................................      [650]
..................................................      [700]
..................................................      [750]
..................................................      [800]
..................................................      [850]
..................................................      [900]
...................................                     [935]

[15.04.2020 - 13:01:36] Generator process completed
[15.04.2020 - 13:01:36] Processing project 'phpdox' completed.

Time: 21.38 seconds, Memory: 16.00 MB```

This is my output. I actually also excluded the /vendor directory in that step, that made it work. 
Will share the output with the vendor directory included next
jan-koch commented 4 years ago

This is the output when I exclude the /vendor directory. It gets stuck at some point, I have to quit the process manually. Let me know if that helps :)



[15.04.2020 - 12:44:54] Using config file './phpdox.xml'
[15.04.2020 - 12:44:54] Registered collector backend 'parser'
[15.04.2020 - 12:44:54] Registered enricher 'build'
[15.04.2020 - 12:44:54] Registered enricher 'git'
[15.04.2020 - 12:44:54] Registered enricher 'checkstyle'
[15.04.2020 - 12:44:54] Registered enricher 'phpcs'
[15.04.2020 - 12:44:54] Registered enricher 'pmd'
[15.04.2020 - 12:44:54] Registered enricher 'phpunit'
[15.04.2020 - 12:44:54] Registered enricher 'phploc'
[15.04.2020 - 12:44:54] Registered output engine 'xml'
[15.04.2020 - 12:44:54] Registered output engine 'html'
[15.04.2020 - 12:44:54] Starting to process project 'phpdox'
[15.04.2020 - 12:44:54] Starting collector
[15.04.2020 - 12:44:54] Scanning directory '/mnt/c/Users/Jan/www/wpfeedback/api_dc' for files to process

..................................................      [50]
..................................................      [100]
.................................................f      [150]
............................................f...f.      [200]
..........f.......................................      [250]
.f................................................      [300]
.................................................f      [350]
............................f........f............      [400]
..................................................      [450]
..................................................      [500]
..................................................      [550]
..................................................      [600]
..................................................      [650]
..................................................      [700]
..................................................      [750]
..................................................      [800]
..................................................      [850]
..................................................      [900]
..................................................      [950]
..................................................      [1000]
..................................................      [1050]
..................................................      [1100]
..................................................      [1150]
..................................................      [1200]
..................................................      [1250]
..................................................      [1300]
..................................................      [1350]
..................................................      [1400]
..................................................      [1450]
..................................................      [1500]
..................................................      [1550]
..................................................      [1600]
..................................................      [1650]
..................................................      [1700]
..................................................      [1750]
..................................................      [1800]
...........................................f..f...      [1850]
..................................................      [1900]
..................................................      [1950]
..................................................      [2000]
..................................................      [2050]
..................................................      [2100]
..................................................      [2150]
..................................................      [2200]
..................................................      [2250]
..................................................      [2300]
..................................................      [2350]
..................................................      [2400]
..................................................      [2450]
..................................................      [2500]
..................................................      [2550]
........................................f.........      [2600]
..................................................      [2650]
..................................................      [2700]
..................................................      [2750]
..................................................      [2800]
..................................................      [2850]
..................................................      [2900]
..................................................      [2950]
..................................................      [3000]
..................................................      [3050]
..................................................      [3100]
..................................................      [3150]
..................................................      [3200]
..................................................      [3250]
..................................................      [3300]
..................................................      [3350]
..................................................      [3400]
..................................................      [3450]
..................................................      [3500]
..................................................      [3550]
..................................................      [3600]
..................................................      [3650]
..............................f...................      [3700]
..................................................      [3750]
..................................................      [3800]
..................................................      [3850]
..................................................      [3900]
....................................f.............      [3950]
..................................................      [4000]
..................................................      [4050]
..................................................      [4100]
..................................................      [4150]
..................................................      [4200]
..................................................      [4250]
..................................................      [4300]
..................................................      [4350]
..................................................      [4400]
...........f......................................      [4450]
.......................f..........................      [4500]
..................fff........................f....      [4550]
...................f.....................f........      [4600]
..................................................      [4650]
.....f............................................      [4700]
.......f.......f..................................      [4750]
..................................................      [4800]
..................................................      [4850]
.............f....................................      [4900]
........................................f.........      [4950]
..................................................      [5000]
..................................................      [5050]
..................................................      [5100]
..................................................      [5150]
..................................................      [5200]
..................................................      [5250]
..........................f.fff...................      [5300]
..................................................      [5350]
..................................................      [5400]
........................f.........................      [5450]
..................................................      [5500]
..................................................      [5550]
..................................................      [5600]
..................................................      [5650]
..................................................      [5700]
..................................................      [5750]
..................................................      [5800]
................f.............................f...      [5850]
....f.............................................      [5900]
..................................................      [5950]
..........f........f...............f..............      [6000]
.........................................f.....f..      [6050]
..................................................      [6100]
..................................................      [6150]
...............................................f..      [6200]
..........f.......................................      [6250]
..................................................      [6300]
..................................................      [6350]
..................................................      [6400]
...........f................................f.....      [6450]
....f.............................................      [6500]
..................f...............................      [6550]
............................f.f...................      [6600]
fff.fff.......ff..................................      [6650]
..f..............fffffffffffffffffffffffffffffffff      [6700]
fffffffffffffffffffffff...........................      [6750]
f.................................................      [6800]
..................................................      [6850]
..................................................      [6900]
......f.......f........f..........................      [6950]
.f...f....f..............f........................      [7000]
..................................................      [7050]
...............................f..................      [7100]
............................ffff..........f.......      [7150]
f........f......f.................................      [7200]
..................................................      [7250]
..................................................      [7300]
..................................................      [7350]
..................................................      [7400]
..................ffffff....f.......ffff....ff....      [7450]
.......ff......ff.......f..f..........f...........      [7500]
..................................................      [7550]
..................................................      [7600]
..................................................      [7650]
..................................................      [7700]
.......................................f..........      [7750]
..................................................      [7800]
..................................................      [7850]
..............f...................................      [7900]
........f.f.f.                                          [7914]

[15.04.2020 - 12:46:37] The following file(s) had errors during processing and were excluded:
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/beyondcode/laravel-dump-server/src/RequestContextProvider.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithExceptionHandling.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/mockery/mockery/tests/Mockery/Fixtures/MethodWithNullableReturnType.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/nesbot/carbon/src/Carbon/Language.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/nikic/php-parser/test/PhpParser/CodeParsingTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/phpunit/php-code-coverage/tests/_files/Crash.php (Syntax error, unexpected '{', expecting T_STRING on line 2 [ParserAbstract.php:315])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/phpunit/php-token-stream/tests/_fixture/class_with_method_that_declares_anonymous_class.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/phpunit/php-token-stream/tests/_fixture/class_with_method_that_declares_anonymous_class2.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/phpunit/php-token-stream/tests/_fixture/class_with_multiple_anonymous_classes_and_functions.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/phpunit/phpunit/src/Framework/Constraint/Count.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/phpunit/phpunit/src/Framework/TestCase.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/phpunit/phpunit/src/Util/Log/TeamCity.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/phpunit/phpunit/src/Util/Test.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/phpunit/phpunit/tests/unit/Util/TestDox/NamePrettifierTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/phpunit/phpunit/tests/_files/DataProviderTestDoxTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/psy/psysh/test/fixtures/default/.config/psysh/config.php (Parser didn't return any nodes [PHPParser.php:42])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/psy/psysh/test/fixtures/legacy/.psysh/rc.php (Parser didn't return any nodes [PHPParser.php:42])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/psy/psysh/test/fixtures/mixed/.psysh/config.php (Parser didn't return any nodes [PHPParser.php:42])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/psy/psysh/test/fixtures/mixed/.psysh/rc.php (Parser didn't return any nodes [PHPParser.php:42])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/sebastian/diff/tests/Output/AbstractChunkOutputBuilderTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/console/Helper/ProgressBar.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/console/Question/Question.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/console/Tests/ApplicationTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/css-selector/Node/AttributeNode.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/css-selector/Node/SelectorNode.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/css-selector/Parser/Token.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/debug/Tests/Exception/FlattenExceptionTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/http-foundation/Response.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/http-foundation/Session/SessionUtils.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/http-kernel/Exception/ControllerDoesNotReturnResponseException.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/http-kernel/HttpClientKernel.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/http-kernel/Profiler/Profile.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/http-kernel/Tests/Exception/HttpExceptionTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/mime/CharacterStream.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/mime/Email.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/mime/FileBinaryMimeTypeGuesser.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/mime/FileinfoMimeTypeGuesser.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/mime/Header/AbstractHeader.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/mime/Header/HeaderInterface.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/mime/Header/Headers.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/mime/Header/IdentificationHeader.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/mime/MimeTypeGuesserInterface.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/mime/MimeTypes.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/mime/Tests/MimeTypesTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/polyfill-iconv/Resources/charset/translit.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/process/Process.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/routing/Tests/Fixtures/OtherAnnotatedClasses/AnonymousClassInTrait.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/routing/Tests/Fixtures/php_object_dsl.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/routing/Tests/Loader/AnnotationClassLoaderTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/service-contracts/ServiceLocatorTrait.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/translation/Command/XliffLintCommand.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/translation/Dumper/PoFileDumper.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/translation-contracts/Test/TranslatorTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/var-dumper/Tests/Caster/ExceptionCasterTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/var-dumper/Tests/Caster/StubCasterTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/var-dumper/Tests/Dumper/ServerDumperTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/symfony/var-dumper/Tests/Server/ConnectionTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/classes/dummy.php (Syntax error, unexpected '}', expecting EOF on line 106 [ParserAbstract.php:315])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/classes/dummyAbstract.php (Syntax error, unexpected '}', expecting EOF on line 75 [ParserAbstract.php:315])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/classes/dummyExtendingParent.php (Syntax error, unexpected '}', expecting EOF on line 67 [ParserAbstract.php:315])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/classes/dummyImplementingInterface.php (Syntax error, unexpected '}', expecting EOF on line 77 [ParserAbstract.php:315])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/classMoved/src/First.php (Syntax error, unexpected '}', expecting EOF on line 6 [ParserAbstract.php:315])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/classMoved/src/Second.php (Syntax error, unexpected '}', expecting EOF on line 6 [ParserAbstract.php:315])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/collector/test4.php (Syntax error, unexpected '}', expecting EOF on line 66 [ParserAbstract.php:315])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/issue123/src/Invalid3OctetSequencein3rdOctet.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/issue123/src/Invalid4OctetSequencein2ndOctet.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/issue123/src/Invalid4OctetSequencein3rdOctet.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/issue123/src/Invalid4OctetSequencein4thOctet.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/issue123/src/Valid5OctetSequencebutnotUnicode.php (Error 4 while executing regular expression callback [SourceFile.php:80])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/issue123/src/Valid6OctetSequencebutnotUnicode.php (Error 4 while executing regular expression callback [SourceFile.php:80])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/issue170/src/Sample.php (Syntax error, unexpected '}', expecting EOF on line 26 [ParserAbstract.php:315])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/issue172/src/code.php (Syntax error, unexpected '}', expecting EOF on line 10 [ParserAbstract.php:315])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/issue212/src/win-euro.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/issue212/src/win-special.php (Encoding error - conversion to UTF-8 failed [SourceFile.php:65])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/issue244/src/crash.php (Unterminated comment on line 1 [Lexer.php:189])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/issue309/src/foo.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/tests/data/nullable/src/nullable.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/theseer/phpdox/vendor/nikic/php-parser/test/PhpParser/CodeParsingTest.php (Undefined property: PhpParser\Node\Stmt\Class_::$namespacedName [UnitCollectingVisitor.php:78])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/zendframework/zend-diactoros/src/CallbackStream.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/zendframework/zend-diactoros/src/Stream.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/zendframework/zend-diactoros/src/UploadedFile.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37]  - /mnt/c/Users/Jan/www/wpfeedback/api_dc/vendor/zendframework/zend-diactoros/src/Uri.php (Object of class PhpParser\Node\NullableType could not be converted to string [AbstractVariableObject.php:68])
[15.04.2020 - 12:46:37] Saving results to directory '/mnt/c/Users/Jan/www/wpfeedback/api_dc/build/phpdox/xml'
[15.04.2020 - 12:48:08] Resolving inheritance

..................................................      [50]
..................................................      [100]
..................................................      [150]
..................................................      [200]
..................................................      [250]
..................................................      [300]
..................................................      [350]
..................................................      [400]
..................................................      [450]
..................................................      [500]
..................................................      [550]
..................................................      [600]
..................................................      [650]
..................................................      [700]
..................................................      [750]
..................................................      [800]
..................................................      [850]
..................................................      [900]
..................................................      [950]
..................................................      [1000]
..................................................      [1050]
..................................................      [1100]
..................................................      [1150]
..................................................      [1200]
..................................................      [1250]
..................................................      [1300]
..................................................      [1350]
..................................................      [1400]
..................................................      [1450]
..................................................      [1500]
..................................................      [1550]
..................................................      [1600]
..................................................      [1650]
..................................................      [1700]
..................................................      [1750]
..................................................      [1800]
..................................................      [1850]
..................................................      [1900]
..................................................      [1950]
..................................................      [2000]
..................................................      [2050]
..................................................      [2100]
..................................................      [2150]
..................................................      [2200]
..................................................      [2250]
..................................................      [2300]
..................................................      [2350]
..................................................      [2400]
..................................................      [2450]
..................................................      [2500]
..................................................      [2550]
..................................................      [2600]
..................................................      [2650]
..................................................      [2700]
..................................................      [2750]
..................................................      [2800]
..................................................      [2850]
..................................................      [2900]
..................................................      [2950]
..................................................      [3000]
..................................................      [3050]
..................................................      [3100]
..................................................      [3150]
..................................................      [3200]
..................................................      [3250]
..................................................      [3300]
..................................................      [3350]
..................................................      [3400]
..................................................      [3450]
..................................................      [3500]
..................................................      [3550]
..................................................      [3600]
..................................................      [3650]
..................................................      [3700]
..................................................      [3750]
..................................................      [3800]
..................................................      [3850]
..................................................      [3900]
..................................................      [3950]
..................................................      [4000]
..................................................      [4050]
..................................................      [4100]
..................................................      [4150]
..................................................      [4200]
..................................................      [4250]
..................................................      [4300]
..................................................      [4350]
..................................................      [4400]
..................................................      [4450]
..................................................      [4500]
..................................................      [4550]
..................................................      [4600]
..................................................      [4650]
..................................................      [4700]
..................................................      [4750]
..................................................      [4800]
..................................................      [4850]
..................................................      [4900]
..................................................      [4950]
..................................................      [5000]
..................................................      [5050]
..................................................      [5100]
..................................................      [5150]
..................................................      [5200]
..................................................      [5250]
..................................................      [5300]
..................................................      [5350]
..................................................      [5400]
..................................................      [5450]
..................................................      [5500]
..................................................      [5550]
..................................................      [5600]
..................................................      [5650]
..................................................      [5700]
..................................................      [5750]
..................................................      [5800]
..................................................      [5850]
..................................................      [5900]
..................................................      [5950]
..................................................      [6000]
..................................................      [6050]
..................................................      [6100]
..................................................      [6150]
..................................................      [6200]
..................................................      [6250]
..................................................      [6300]
...........................^[[A^C```
theseer commented 4 years ago

Okay, it chokes on various different files for different reasons. I filtered the output you gave and reduced it to the following unique list.

Issues with files, phpDox probably cannot do anything about:

The entry marked is the one that likely used to crash phpDox. Error Code 4 means PREG_BAD_UTF8_ERROR and seemingly indicates the file is broken in terms of unicode...


Clear Bugs, probably due to API changes in PHPParser I didn't properly adopt to yet:

theseer commented 4 years ago

Thanks for running it. I'll leave this open until i moved the two bugs into seperate tickets (unless somebody beats me to it). Afterwards, this issue can be closed as the actual problem is solved.

Regarding getting stuck: If you have any additional pointers other than that, please open a separate ticket for that :)