Completed
Branch master (4d174b)
by Robert
07:19
created
src/LiveEngageLaravel.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -93,6 +93,9 @@  discard block
 block discarded – undo
93 93
         return $this;
94 94
     }
95 95
 
96
+    /**
97
+     * @param string $service
98
+     */
96 99
     public function domain($service)
97 100
     {
98 101
         $response = $this->request("https://api.liveperson.net/api/account/{$this->account}/service/{$service}/baseURI.json?version={$this->version}", 'GET');
@@ -267,6 +270,9 @@  discard block
 block discarded – undo
267 270
         return new EngagementHistory($history, $this);
268 271
     }
269 272
 
273
+    /**
274
+     * @param string $method
275
+     */
270 276
     private function request($url, $method, $payload = false)
271 277
     {
272 278
         $consumer_key = config("{$this->config}.key");
Please login to merge, or discard this patch.