<?php throw new RuntimeException('Unable to write to process ID file.');
}
file_put_contents($this->path, json_encode(
array_merge($this->read(), [
'masterProcessId' => $masterProcessId,
'managerProcessId' => $managerProcessId,
]),
JSON_PRETTY_PRINT
));
}