This interface can be moved to 'core' + removed parameter nodeInstance.
[hub.git] / application / hub / classes / listener / tcp / class_TcpListener.php
index 4d01c5a2c72507bd7e871757a8ab317bc548dc36..a5bed83ee6f041afe23c1b2ecd81078ade4fe87a 100644 (file)
@@ -38,10 +38,9 @@ class TcpListener extends BaseListener implements Listenable {
        /**
         * Creates an instance of this class
         *
-        * @param       $nodeInstance           A NodeHelper instance
         * @return      $listenerInstance       An instance a prepared listener class
         */
-       public static final function createTcpListener (NodeHelper $nodeInstance) {
+       public static final function createTcpListener () {
                // Get new instance
                $listenerInstance = new TcpListener();