Skip to content

Commit c60bc3a

Browse files
dstocktoeli-darkly
authored andcommitted
Update spelling of anonymous property of LDUser (#114)
The protected $anonyomus field results in a public $anonymous field being added whenever someone builds an LDUser that is anonymous. Fixing the spelling will bring that back to protected.
1 parent b978359 commit c60bc3a

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)