protected function updatePHPDocClassSummaries(): void
    {
        $old_class_documentation = $this->readClassDocumentationMap();
        $new_class_documentation = $this->getAvailableClassPHPDocSummaries();
        $new_class_documentation = self::mergeSignatureMaps($old_class_documentation, $new_class_documentation);