@@ -36,13 +36,13 @@ class REST
3636 * Executes a Psr\Http\Message\RequestInterface and (if applicable) automatically retries
3737 * when errors occur.
3838 *
39- * @param Google\ Client $client
40- * @param Psr\Http\Message\ RequestInterface $req
39+ * @param Client $client
40+ * @param RequestInterface $req
4141 * @param string $expectedClass
4242 * @param array $config
4343 * @param array $retryMap
4444 * @return array decoded result
45- * @throws Google\Service\Exception on server side error (ie: not authenticated,
45+ * @throws \ Google\Service\Exception on server side error (ie: not authenticated,
4646 * invalid or malformed post body, invalid url)
4747 */
4848 public static function execute (
@@ -69,11 +69,11 @@ public static function execute(
6969 /**
7070 * Executes a Psr\Http\Message\RequestInterface
7171 *
72- * @param Google\ Client $client
73- * @param Psr\Http\Message\ RequestInterface $request
72+ * @param Client $client
73+ * @param RequestInterface $request
7474 * @param string $expectedClass
7575 * @return array decoded result
76- * @throws Google\Service\Exception on server side error (ie: not authenticated,
76+ * @throws \ Google\Service\Exception on server side error (ie: not authenticated,
7777 * invalid or malformed post body, invalid url)
7878 */
7979 public static function doExecute (ClientInterface $ client , RequestInterface $ request , $ expectedClass = null )
@@ -106,9 +106,9 @@ public static function doExecute(ClientInterface $client, RequestInterface $requ
106106 /**
107107 * Decode an HTTP Response.
108108 * @static
109- * @throws Google\Service\Exception
110- * @param Psr\Http\Message\ RequestInterface $response The http response to be decoded.
111- * @param Psr\Http\Message\ ResponseInterface $response
109+ * @throws \ Google\Service\Exception
110+ * @param RequestInterface $response The http response to be decoded.
111+ * @param ResponseInterface $response
112112 * @param string $expectedClass
113113 * @return mixed|null
114114 */
0 commit comments