Skip to content

Commit f7ca356

Browse files
authored
Merge pull request #72 from jdrieghe/patch-1
Default was type hinted as boolean but can be anything.
2 parents 63f08c7 + b0787e5 commit f7ca356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function __construct($sdkKey, $options = array()) {
9999
*
100100
* @param string $key The unique key for the feature flag
101101
* @param LDUser $user The end user requesting the flag
102-
* @param boolean $default The default value of the flag
102+
* @param mixed $default The default value of the flag
103103
*
104104
* @return mixed The result of the Feature Flag evaluation, or $default if any errors occurred.
105105
*/

0 commit comments

Comments
 (0)