* @license MIT */ interface BazServiceInterface { /** * @param string $param * * @return string */ public function baz($param); }