]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/class_BaseFrameworkSystem.php
Also this ...
[core.git] / inc / classes / main / class_BaseFrameworkSystem.php
index 07e9a2c682832585e18469648a6030dde0533565..9fe6e72c2dcd11e5b609e06497ad43cbc879ba07 100644 (file)
@@ -1023,7 +1023,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
         * @param       $protocolInstance       An instance of an HandleableProtocol
         * @return      void
         */
-       public final function setProtocolInstance (ProtocolHandler $protocolInstance = NULL) {
+       public final function setProtocolInstance (HandleableProtocol $protocolInstance = NULL) {
                $this->protocolInstance = $protocolInstance;
        }