Overrides AttributeMetadataInterface::addGroup
public function addGroup(string $group) : void { if (!\in_array($group, $this->groups, true)) { $this->groups[] = $group; } }