diff --git a/Connection.php b/Connection.php index 2a9098bf5..aebc5f005 100644 --- a/Connection.php +++ b/Connection.php @@ -244,7 +244,7 @@ public function __sleep() */ public function getIsActive() { - return $this->_socket !== null; + return $this->_socket != null; } /**