@@ -92,7 +92,7 @@ discard block |
||
92 | 92 | /** |
93 | 93 | * Sets the API key to use for authentication |
94 | 94 | * @param string $key |
95 | - * @return \JargerApp\Rest\Client |
|
95 | + * @return Client |
|
96 | 96 | */ |
97 | 97 | public function setApiKey($key) |
98 | 98 | { |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | /** |
113 | 113 | * Sets the API secret to use for authentication |
114 | 114 | * @param string $secret |
115 | - * @return \JargerApp\Rest\Client |
|
115 | + * @return Client |
|
116 | 116 | */ |
117 | 117 | public function setApiSecret($secret) |
118 | 118 | { |
@@ -132,7 +132,7 @@ discard block |
||
132 | 132 | /** |
133 | 133 | * Sets the Backup Pro REST API site URL |
134 | 134 | * @param string $site_url |
135 | - * @return \JargerApp\Rest\Client |
|
135 | + * @return Client |
|
136 | 136 | */ |
137 | 137 | public function setSiteUrl($site_url) |
138 | 138 | { |