target; } /** * @return ?string[] */ public function getAnyScopeList(): ?array { return $this->anyScopeList; } public function getScope(): ?string { return $this->scope; } public function getField(): ?string { return $this->field; } }