tags = $tags; } /** * @return string[] * @since 9.0.0 */ public function getMissingTags(): array { return $this->tags; } }