$methods * * @throws self */ public static function fromMethods(array $methods): never { throw new self(sprintf('The expectation [%s] does not exist. Please check the spelling, or register it using [expect()->extend()].', implode('->', $methods))); } }