Skip to content

Commit 685cb1b

Browse files
committed
linter
1 parent 5055032 commit 685cb1b

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
@@ -114,7 +114,7 @@ public function __construct($sdkKey, $options = array())
114114
$ep = $ep($sdkKey, $options);
115115
}
116116
$this->_eventProcessor = $ep;
117-
} else if ($this->_offline || !$this->_send_events) {
117+
} elseif ($this->_offline || !$this->_send_events) {
118118
$this->_eventProcessor = new EventProcessor($sdkKey, $options);
119119
} else {
120120
$this->_eventProcessor = new EventProcessor($sdkKey, $options);

0 commit comments

Comments
 (0)