]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/pools/class_BasePool.php
Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[hub.git] / application / hub / main / pools / class_BasePool.php
index 025385875820a290f21e8328bf615da8496ee8e6..f29e7c254475ce2462c5791aeaad67422108690d 100644 (file)
@@ -170,7 +170,7 @@ class BasePool extends BaseHubSystem implements Visitable {
         */
        protected function isValidConnectionType ($connectionType) {
                // Is it valid?
-               $isValid = in_array($connectionType, $this->connectionTypes, true);
+               $isValid = in_array($connectionType, $this->connectionTypes, TRUE);
 
                // Return result
                return $isValid;