]> git.mxchange.org Git - hub.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 16 Dec 2021 14:38:04 +0000 (15:38 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 16 Dec 2021 14:38:04 +0000 (15:38 +0100)
- removed obsolete ?>

Signed-off-by: Roland Häder <roland@mxchange.org>
33 files changed:
application/hub/classes/apt-proxy/console/class_NodeConsoleAptProxy.php
application/hub/classes/chat/console/class_NodeConsoleChat.php
application/hub/classes/commands/html/class_HubHtmlIndexCommand.php
application/hub/classes/controller/console/class_HubConsoleAptProxyController.php
application/hub/classes/controller/console/class_HubConsoleChatController.php
application/hub/classes/controller/console/class_HubConsoleCrawlerController.php
application/hub/classes/controller/console/class_HubConsoleCruncherController.php
application/hub/classes/controller/console/class_HubConsoleDefaultNewsController.php
application/hub/classes/controller/console/class_HubConsoleFuseController.php
application/hub/classes/controller/console/class_HubConsoleMinerController.php
application/hub/classes/database/frontend/cruncher/class_CruncherUnitDatabaseFrontend.php
application/hub/classes/filter/bootstrap/node/class_NodeBootstrapGeneratePrivateKeyFilter.php
application/hub/classes/helper/connection/ipv4/udp/class_UdpConnectionHelper.php
application/hub/classes/helper/work_units/cruncher/class_CruncherTestUnitHelper.php
application/hub/classes/iterator/network/class_NetworkListenIterator.php
application/hub/classes/iterator/node/class_NodePingIterator.php
application/hub/classes/iterator/pool/handler/class_HandlerPoolIterator.php
application/hub/classes/iterator/pool/tasks/class_TaskPoolIterator.php
application/hub/classes/lists/hub/class_HubList.php
application/hub/classes/producer/miner/blocks/miner/class_MinerRealGenesisBlockProducer.php
application/hub/classes/states/node/active/class_NodeActiveState.php
application/hub/classes/states/node/announced/class_NodeAnnouncementCompletedState.php
application/hub/classes/states/node/announced/class_NodeAnnouncingState.php
application/hub/classes/states/node/seniors/class_NodeReachableState.php
application/hub/classes/states/node/virgin/class_NodeVirginState.php
application/hub/classes/states/peer/connected/class_ConnectedPeerState.php
application/hub/classes/tasks/miner/communicator/class_MinerNodeCommunicatorTask.php
application/hub/exceptions/announcement/class_AnnouncementNotAcceptedException.php
application/hub/exceptions/announcement/class_NoAnnouncementAttemptedException.php
application/hub/exceptions/connection/class_InvalidConnectionTypeException.php
application/hub/exceptions/node/class_NodeSessionIdVerficationException.php
application/hub/interfaces/consumer/class_Consumer.php
application/hub/interfaces/lookup/class_Lookupable.php

index 0b3172ab8d074d9de930fff358d55f4a0652e030..45aac0f5933ea2cc35ce2f6281e481a06b00d53e 100644 (file)
@@ -96,7 +96,5 @@ class NodeConsoleAptProxy extends BaseNodeAptProxy implements AptProxy, Register
        public function addExtraFilters (Controller $controllerInstance, Responseable $responseInstance) {
                $this->partialStub('Please implement this method.');
        }
-}
 
-// [EOF]
-?>
+}
index 9d26f380dcefdc66ddf8c4fadeae0eeb299cd2e1..16317d24d5603e98473ee765349424da87cdd749 100644 (file)
@@ -96,7 +96,5 @@ class NodeConsoleChat extends BaseNodeChat implements Chatter, Registerable {
        public function addExtraFilters (Controller $controllerInstance, Responseable $responseInstance) {
                $this->partialStub('Please implement this method.');
        }
-}
 
-// [EOF]
-?>
+}
index 09614ef9ecda57ac0849165feb73c7749f84aff9..418e4beeef00ac47eb170df0e2cdc2791414e334 100644 (file)
@@ -97,7 +97,5 @@ class HubHtmlIndexCommand extends BaseCommand implements Commandable {
                // Add pre filters
                //$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('node_php_requirements_filter_class'));
        }
-}
 
-// [EOF]
-?>
+}
index 8f2fe0f29429b75c337e2fb10a52873b0e351aa4..11eb42e98182666e815e7da7f47ba5b57f6091ed 100644 (file)
@@ -115,7 +115,5 @@ class HubConsoleAptProxyController extends BaseController implements Controller
        public function executeBootstrapFilters (Requestable $requestInstance, Responseable $responseInstance) {
                $this->executeFilters('bootstrap', $requestInstance, $responseInstance);
        }
-}
 
-// [EOF]
-?>
+}
index 5385ef8e11924cd63da9984636da09d8e4ebe943..4d1498562f51b45ff5d357c9a1410177b3989516 100644 (file)
@@ -115,7 +115,5 @@ class HubConsoleChatController extends BaseController implements Controller {
        public function executeBootstrapFilters (Requestable $requestInstance, Responseable $responseInstance) {
                $this->executeFilters('bootstrap', $requestInstance, $responseInstance);
        }
-}
 
-// [EOF]
-?>
+}
index 0c366831d025d17ec8f24927c3331a234609a6e8..309f95a2379f69e02f88bb026103925d76d27069 100644 (file)
@@ -115,7 +115,5 @@ class HubConsoleCrawlerController extends BaseController implements Controller {
        public function executeBootstrapFilters (Requestable $requestInstance, Responseable $responseInstance) {
                $this->executeFilters('bootstrap', $requestInstance, $responseInstance);
        }
-}
 
-// [EOF]
-?>
+}
index 4bbd977786dda913cf0feb2ba34df4cd9863e8cb..eafbd063217677d0c2b67699647dd7f54bb806a9 100644 (file)
@@ -116,7 +116,5 @@ class HubConsoleCruncherController extends BaseController implements Controller
        public function executeBootstrapFilters (Requestable $requestInstance, Responseable $responseInstance) {
                $this->executeFilters('bootstrap', $requestInstance, $responseInstance);
        }
-}
 
-// [EOF]
-?>
+}
index 4a134ec7a0f9f316fd09e8f0d1eee43b0dd30cb5..c4beb486c78494e90b3cbf6a023921657e51f23f 100644 (file)
@@ -141,7 +141,5 @@ class HubConsoleDefaultNewsController extends BaseController implements Controll
        public function executeActivationFilters (Requestable $requestInstance, Responseable $responseInstance) {
                $this->executeFilters('activation', $requestInstance, $responseInstance);
        }
-}
 
-// [EOF]
-?>
+}
index 7b35f609fde09a9c7a04194c0685eda322b09ea1..b99b01bf39e75304270b4ec9bcd72ea2ea29f734 100644 (file)
@@ -115,7 +115,5 @@ class HubConsoleFuseController extends BaseController implements Controller {
        public function executeBootstrapFilters (Requestable $requestInstance, Responseable $responseInstance) {
                $this->executeFilters('bootstrap', $requestInstance, $responseInstance);
        }
-}
 
-// [EOF]
-?>
+}
index 0b5713ac01c15ec55d87d85d5e545f2221dfd137..87bd1f5b5a55f1f7cab325ffbf0dd9cae3523b53 100644 (file)
@@ -115,7 +115,5 @@ class HubConsoleMinerController extends BaseController implements Controller {
        public function executeBootstrapFilters (Requestable $requestInstance, Responseable $responseInstance) {
                $this->executeFilters('bootstrap', $requestInstance, $responseInstance);
        }
-}
 
-// [EOF]
-?>
+}
index e99eb05b34e86369cb10ecac148b56972cb707c7..f04d1852aede4f3fdc967e534d4a0e65cf41dad4 100644 (file)
@@ -90,7 +90,5 @@ class CruncherUnitDatabaseFrontend extends BaseHubDatabaseFrontend implements Un
                // Return it
                return $isProduced;
        }
-}
 
-// [EOF]
-?>
+}
index 2ed12e960c90c77cf0f7696451b5340ad468b2ed..a84e5a235b7e73d6a058a75530d79dec35342526 100644 (file)
@@ -75,7 +75,5 @@ class NodeBootstrapGeneratePrivateKeyFilter extends BaseNodeFilter implements Fi
                 */
                $nodeInstance->bootstrapGeneratePrivateKey();
        }
-}
 
-// [EOF]
-?>
+}
index 9e5efc6e7872c2ac7282ba82956260107d0d848c..33fb14a42d58adaf71f3f56f1c1ad1c0743eeabd 100644 (file)
@@ -67,7 +67,5 @@ class UdpConnectionHelper extends BaseIpV4ConnectionHelper implements Connection
        public function doShutdown () {
                $this->partialStub('Please implement this method.');
        }
-}
 
-// [EOF]
-?>
+}
index d31a460b1e9001e0b9e527ce2b385e7e9135ba7b..db5fce1cdca99e35d6857fc2383c8c4b634d60f5 100644 (file)
@@ -73,7 +73,5 @@ class CruncherTestUnitHelper extends BaseWorkUnitHelper implements UnitHelper {
        public function generateNextUnitInstance () {
                $this->partialStub('Please implement this method.');
        }
-}
 
-// [EOF]
-?>
+}
index 00125fbef47b908457290f30be6c83f08a711f03..5f22acd5fdf194e48c1e3c5465405d85bdcd4a07 100644 (file)
@@ -128,7 +128,5 @@ class NetworkListenIterator extends BaseIterator implements Iterator {
                // Return result
                return $isValid;
        }
-}
 
-// [EOF]
-?>
+}
index 6ff89cdd981efc6a04fdb3d54e15a0c4e29a8b65..2c3291c5c8be393a52406e2b09aedbb60ecd9d84 100644 (file)
@@ -110,7 +110,5 @@ class NodePingIterator extends BaseIterator implements Iterator {
        public function valid () {
                $this->partialStub('Please implement this method.');
        }
-}
 
-// [EOF]
-?>
+}
index 2a68fc7b00165e511283db414809aed71dd06337..f02c16cc9a9087e59e461421515f0af08a4bca65 100644 (file)
@@ -128,7 +128,5 @@ class HandlerPoolIterator extends BaseIterator implements Iterator {
                // Return result
                return $isValid;
        }
-}
 
-// [EOF]
-?>
+}
index d1182ca25918087e685a14670eeeb480ecd66665..b102ca18d6e860949b0b48750d48c8fd80ec8664 100644 (file)
@@ -130,6 +130,3 @@ class TaskPoolIterator extends BaseIterator implements Iterator, Registerable {
                return $isValid;
        }
 }
-
-// [EOF]
-?>
index de0c933f31ae571f937fe3c531181846d5975306..3b8eb428e38240012b00a80b1a7132c69247296b 100644 (file)
@@ -74,7 +74,5 @@ class HubList extends BaseList implements Listable {
                // Clear both groups together
                $this->clearGroups(array('connected', 'disconnected'));
        }
-}
 
-// [EOF]
-?>
+}
index 6b12deea47aa97680085ef5cff58162901e42bc7..27d8fff271b808ee2b8ebc888fdc9538842e5b67 100644 (file)
@@ -101,7 +101,5 @@ class MinerRealGenesisBlockProducer extends BaseBlockProducer implements BlockPr
                 * created.
                 */
        }
-}
 
-// [EOF]
-?>
+}
index 0f3cf0f51266fbfc66129c8a3969d7560d2fc6fe..b9a90bb9fed6a648ee0c6c745001a263713d5ae1 100644 (file)
@@ -85,7 +85,5 @@ class NodeActiveState extends BaseNodeState implements Stateable {
                // Create the new state instance
                NodeStateFactory::createNodeStateInstanceByName('reachable');
        }
-}
 
-// [EOF]
-?>
+}
index 486ea3373a6b8e820e70bc277e37b41b8f037ec9..d300dc1e22abd684596ba3787af97d42fa9b06a1 100644 (file)
@@ -53,7 +53,5 @@ class NodeAnnouncementCompletedState extends BaseNodeState implements Stateable
                // Return the prepared instance
                return $stateInstance;
        }
-}
 
-// [EOF]
-?>
+}
index a6c724dddcbd80afc56393e65b5ed46d831cee29..26c60bdab01477c5b36fc660e1bb51e90a05906f 100644 (file)
@@ -67,7 +67,5 @@ class NodeAnnouncingState extends BaseNodeState implements Stateable {
                // The node's announcement was successful
                NodeStateFactory::createNodeStateInstanceByName('announcement_completed');
        }
-}
 
-// [EOF]
-?>
+}
index b4c640103e5d799a9471ed9cad1e399120add073..eab2c6feca48f7efdd9ce1255ef59dfd1164746a 100644 (file)
@@ -66,7 +66,5 @@ class NodeReachableState extends BaseNodeState implements Stateable {
                // Create the new state instance
                NodeStateFactory::createNodeStateInstanceByName('announcing');
        }
-}
 
-// [EOF]
-?>
+}
index 507b30b5ee924b9b2613c4070efaf5b736c4f850..cc89d158b6482e664561fb9bacfe691ea2994234 100644 (file)
@@ -71,6 +71,3 @@ class NodeVirginState extends BaseNodeState implements Stateable {
        }
 
 }
-
-// [EOF]
-?>
index 65c7e904dadcaaf0996b1bca4c8f205cd23ec495..a95027dbaf3be0accd0cb7f38c57ced87cccc253 100644 (file)
@@ -57,7 +57,5 @@ class ConnectedPeerState extends BasePeerState implements PeerStateable {
                // Return the prepared instance
                return $stateInstance;
        }
-}
 
-// [EOF]
-?>
+}
index 01e9e41f71245cc2c967327d303453e652a07cf5..7a66fb543bf734a2d590835ff9fa7760708e3b0b 100644 (file)
@@ -98,7 +98,5 @@ class MinerNodeCommunicatorTask extends BaseHubTask implements Taskable, Visitab
        public function doShutdown () {
                self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('MINER-NODE-COMMUNICATOR-TASK: Shutting down...');
        }
-}
 
-// [EOF]
-?>
+}
index 951f40eec2efb2aba60d32486f76cc6ce00d760f..32dd48174163166ae0a0e6bd76afba680da3d56d 100644 (file)
@@ -56,7 +56,5 @@ class AnnouncementNotAcceptedException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}
index 5cb027b1f8c3fc4cac499d006f8292b92c12f59a..4c68f022bbf93c6916af760e6f02f12770c04cd6 100644 (file)
@@ -55,7 +55,5 @@ class NoAnnouncementAttemptedException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}
index 9f9263f643eac123f3bdc09b223a195d9fb90092..ef012c2bdb16d80d20115734dadf7c37c560cab4 100644 (file)
@@ -46,7 +46,5 @@ class InvalidConnectionTypeException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}
index 3fa98486f0f991417dc50d79bf730fb27d625d61..39dae662916fc0a6c8bc86e5a144250bf4cf511b 100644 (file)
@@ -55,7 +55,5 @@ class NodeSessionIdVerficationException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}
index 736ed2031a9d7dcef193e7ba762cf70eab988c78..54c577036d3b302287b3afbe13fa194f2de869e7 100644 (file)
@@ -29,6 +29,3 @@ use Org\Shipsimu\Hub\Generic\HubInterface;
  */
 interface Consumer extends HubInterface {
 }
-
-// [EOF]
-?>
index c94d9698e8a4caaede8efcc18ad1fd69fe7d8f80..53b232f74ec299ba7c371b6753f6c9df4ecf738b 100644 (file)
@@ -29,6 +29,3 @@ use Org\Shipsimu\Hub\Generic\HubInterface;
  */
 interface Lookupable extends HubInterface {
 }
-
-// [EOF]
-?>