$methods * * @throws self */ public static function fromMethods(array $methods): never { throw new self(sprintf('Expectation [%s] is not valid.', implode('->', $methods))); } }