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.
1 parent 551d84c commit 113a2a5Copy full SHA for 113a2a5
src/LaunchDarkly/VariationOrRollout.php
@@ -73,7 +73,7 @@ private function bucketUser($user, $_key, $attr, $_salt) {
73
$idHash = null;
74
if ($userValue != null) {
75
if (is_int($userValue)) {
76
- $userValue = (string)$userValue;
+ $userValue = (string) $userValue;
77
}
78
if (is_string($userValue)) {
79
$idHash = $userValue;
0 commit comments