public function initializeDepotAndBranch(?string $depot, ?string $branch) : void { if (isset($depot)) { $this->p4Depot = $depot; } if (isset($branch)) { $this->p4Branch = $branch; } }