<?php array_shift(array &$array): mixed
<?php return; } $firstTask = array_shift($this->queue); $this->runningTasks[] = $this->runTask($firstTask); }