]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/factories/client/class_ClientFactory.php
Rewrite continued:
[core.git] / framework / main / classes / factories / client / class_ClientFactory.php
index 38f1bf83686edcb28f3774f1cde0634da967afec..5da193dc851584269dec45a25d4ad0ae45d20603 100644 (file)
@@ -47,7 +47,7 @@ class ClientFactory extends ObjectFactory {
         * @param       $socketResource         A valid socket resource (optional)
         * @return      $clientInstance         An instance of the requested client
         */
-       public static final function createClientByProtocolInstance (HandleableProtocol $protocolInstance, $socketResource = FALSE) {
+       public static final function createClientByProtocolInstance (HandleableProtocol $protocolInstance, $socketResource = false) {
                // Default is NULL (to initialize variable)
                $clientInstance = NULL;