* @license MIT */ interface FooServiceInterface { /** * @return string */ public function foo(); }