]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/registry/connection/class_ConnectionRegistry.php
Made lower to upper case:
[hub.git] / application / hub / main / registry / connection / class_ConnectionRegistry.php
index cf144a95da5e680dd3469d3b3283ed91e1bc59a3..4c786b3f9b61b8fa2972b4e9e9d1013ffbdfd752 100644 (file)
@@ -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)) {