@@ -319,6 +319,9 @@ |
||
319 | 319 | return (new PulseGroup($groupResult)); |
320 | 320 | } |
321 | 321 | |
322 | + /** |
|
323 | + * @param boolean $showArchived |
|
324 | + */ |
|
322 | 325 | private function fetchGroups ($showArchived) |
323 | 326 | { |
324 | 327 | $url = sprintf("%s/%s/groups.json", parent::apiEndpoint(), $this->getId()); |
@@ -69,6 +69,9 @@ |
||
69 | 69 | $this->deletedObject = true; |
70 | 70 | } |
71 | 71 | |
72 | + /** |
|
73 | + * @param string $field |
|
74 | + */ |
|
72 | 75 | private function editField ($field, $value) |
73 | 76 | { |
74 | 77 | $this->checkInvalid(); |
@@ -233,7 +233,7 @@ |
||
233 | 233 | * |
234 | 234 | * @throws \allejo\DaPulse\Exceptions\CurlException If cURL is misconfigured or encounters an error |
235 | 235 | * |
236 | - * @return mixed |
|
236 | + * @return string |
|
237 | 237 | */ |
238 | 238 | private function executeCurl () |
239 | 239 | { |