]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/hub/ping/class_HubPingTask.php
Added a new task for listener pools and network package readers (for abstract Network...
[hub.git] / application / hub / main / tasks / hub / ping / class_HubPingTask.php
index cda20d1256bea0ab8ae64f7aa0c4b08759a18018..19ad14978ede3406fdc7f3e27d8a4cc31a95296c 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class HubPingTask extends BaseTask implements Visitable, Taskable {
+class HubPingTask extends BaseTask implements Taskable, Visitable {
        /**
         * Protected constructor
         *
@@ -36,7 +36,7 @@ class HubPingTask extends BaseTask implements Visitable, Taskable {
         * Creates an instance of this class
         *
         * @param       $listInstance   A Listable instance
-        * @return      $taskInstance   An instance of a Visitable class
+        * @return      $taskInstance   An instance of a Taskable/Visitable class
         */
        public static final function createHubPingTask (Listable $listInstance) {
                // Get new instance