Skip to content

Commit

Permalink
Merge branch 'master' into phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso authored Aug 8, 2019
2 parents 2ddaa6b + a4de458 commit 4b87bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require-dev": {
"phpunit/phpunit": "8.3.*",
"squizlabs/php_codesniffer": "2.6.*"
"squizlabs/php_codesniffer": "3.4.*"
},
"autoload": {
"psr-4": {
Expand Down
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 4b87bfc

Please sign in to comment.