Overrides Constraint::matches
protected function matches(mixed $other) : bool { return strtolower($this->methodName) === strtolower((string) $other); }