We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78ed55f + c60bc3a commit 440a2adCopy full SHA for 440a2ad
src/LaunchDarkly/LDUser.php
@@ -17,7 +17,7 @@ class LDUser
17
protected $_avatar = null;
18
protected $_firstName = null;
19
protected $_lastName = null;
20
- protected $_anonyomus = false;
+ protected $_anonymous = false;
21
protected $_custom = array();
22
protected $_privateAttributeNames = array();
23
0 commit comments