Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Incorrect @return type #158

Open
markdwhite opened this issue Jun 20, 2019 · 0 comments
Open

Incorrect @return type #158

markdwhite opened this issue Jun 20, 2019 · 0 comments

Comments

@markdwhite
Copy link

markdwhite commented Jun 20, 2019

Very minor, but ActivityService::createAddContactsActivity() should @return Activity, not array

* @return array - Array of all ActivitySummaryReports
* @throws CtctException
*/
public function createAddContactsActivity($accessToken, AddContacts $addContacts)
{
...
return Activity::create($response->json());
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant