]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/boot/class_HubBootNode.php
doBootstrapping() rewritten
[hub.git] / application / hub / main / nodes / boot / class_HubBootNode.php
index e24aec2a518d0b3a0719d36947c461d336685f30..b5bd0606902e4dc931c69841af651a9c284a7e7a 100644 (file)
@@ -54,10 +54,10 @@ class HubBootNode extends BaseHubNode implements NodeHelper {
         * command-line arguments stored in the request instance. The regular node
         * should communicate with the bootstrap-nodes at this point.
         *
-        * @param       $requestInstance        An instance of a Requestable class
         * @return      void
+        * @todo        Implement this method
         */
-       public function doBootstrapping (Requestable $requestInstance) {
+       public function doBootstrapping () {
                // Call generic (parent) bootstrapping method
                parent::doGenericBootstrapping();
                $this->partialStub("Please implement this method.");