Overrides Constraint::__get
public function __get(string $option) : mixed { if ('groups' === $option) { // when this is reached, no groups have been configured return null; } return parent::__get($option); }