Skip to content

Commit f87bbc1

Browse files
committed
typo
1 parent 9b16b6a commit f87bbc1

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
@@ -148,7 +148,7 @@ public function variation($key, $user, $default = false)
148148
}
149149

150150
try {
151-
if (!is_null(user) && $user->isKeyBlank()) {
151+
if (!is_null($user) && $user->isKeyBlank()) {
152152
$this->_logger->warning("User key is blank. Flag evaluation will proceed, but the user will not be stored in LaunchDarkly.");
153153
}
154154
try {

0 commit comments

Comments
 (0)