Skip to content

Commit

Permalink
Merge pull request #18 from tomtomau/fix-return-types
Browse files Browse the repository at this point in the history
fix(doc): add return type for setUserProperties
  • Loading branch information
jrbasso authored Aug 8, 2019
2 parents 26e354d + c2e80c7 commit 1bb849e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Amplitude.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ public function setDeviceId($deviceId)
* If no events are logged, it will not get sent to Amplitude
*
* @param array $userProperties
* @return \Zumba\Amplitude\Amplitude
*/
public function setUserProperties(array $userProperties)
{
Expand Down

0 comments on commit 1bb849e

Please sign in to comment.