Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/LaunchDarkly/LDClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function __construct($sdkKey, $options = array()) {
*
* @param string $key The unique key for the feature flag
* @param LDUser $user The end user requesting the flag
* @param boolean $default The default value of the flag
* @param mixed $default The default value of the flag
*
* @return mixed The result of the Feature Flag evaluation, or $default if any errors occurred.
*/
Expand Down