You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Uncaught Error: Call to a member function push() on null in ./vendor/phing/phing/classes/phing/contrib/DocBlox/Parallel/Manager.php:237
Stack trace:
#0 ./vendor/phing/phing/classes/phing/contrib/DocBlox/Parallel/Manager.php(190): DocBlox_Parallel_Manager->stopExecution(Array)
#1 ./vendor/phing/phing/classes/phing/tasks/ext/ParallelTask.php(81): DocBlox_Parallel_Manager->execute()
#2 ./vendor/phing/phing/classes/phing/UnknownElement.php(100): ParallelTask->main()
#3 ./vendor/phing/phing/classes/phing/Task.php(283): UnknownElement->main()
#4 ./vendor/phing/phing/classes/phing/Target.php(336): Task->perform()
#5 ./vendor/phing/phing/classes/phing/Target.php(366): Target->main()
#6 ./vendor/phing/phing/classes/phing/Project.php(898): Targ in ./vendor/phing/phing/classes/phing/contrib/DocBlox/Parallel/Manager.php on line 237
The text was updated successfully, but these errors were encountered:
Its not enough to check for `isset($worker->pipe)` on property. This fixes Call to a member function push() on null in ... Manager.php:237 phingofficial#706
Looks there is an issue in parallel task
isset
https://github.com/phingofficial/phing/blob/master/classes/phing/contrib/DocBlox/Parallel/Manager.php#L237
The text was updated successfully, but these errors were encountered: