Completed
Push — master ( 574bd0...a321d8 )
by Eric
03:20
created
src/Rest/Client.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.