Skip to content

Commit 440a2ad

Browse files
committed
Merge branch 'master' of github.com:launchdarkly/php-client
2 parents 78ed55f + c60bc3a commit 440a2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaunchDarkly/LDUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class LDUser
1717
protected $_avatar = null;
1818
protected $_firstName = null;
1919
protected $_lastName = null;
20-
protected $_anonyomus = false;
20+
protected $_anonymous = false;
2121
protected $_custom = array();
2222
protected $_privateAttributeNames = array();
2323

0 commit comments

Comments
 (0)