X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fhub%2Fmain%2Fregistry%2Fconnection%2Fclass_ConnectionRegistry.php;fp=application%2Fhub%2Fmain%2Fregistry%2Fconnection%2Fclass_ConnectionRegistry.php;h=4c786b3f9b61b8fa2972b4e9e9d1013ffbdfd752;hb=df030ed5e35a394da292188307e40eb8d8779509;hp=cf144a95da5e680dd3469d3b3283ed91e1bc59a3;hpb=8ec72a7f19f8f15f8565c89ef96aa08da7cfaff7;p=hub.git diff --git a/application/hub/main/registry/connection/class_ConnectionRegistry.php b/application/hub/main/registry/connection/class_ConnectionRegistry.php index cf144a95d..4c786b3f9 100644 --- a/application/hub/main/registry/connection/class_ConnectionRegistry.php +++ b/application/hub/main/registry/connection/class_ConnectionRegistry.php @@ -116,7 +116,7 @@ class ConnectionRegistry extends BaseRegistry implements Register, RegisterableC */ public function isConnectionRegistered (ConnectionHelper $connectionInstance, $socketResource) { // Default is not registered - $isRegistered = false; + $isRegistered = FALSE; // First, check for the instance, there can be only once if ($this->isProtocolRegistered($connectionInstance)) {