]> git.mxchange.org Git - hub.git/commitdiff
Comments updated, missing parameter added to doc-tag
authorRoland Häder <roland@mxchange.org>
Tue, 7 Jul 2009 21:08:51 +0000 (21:08 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 7 Jul 2009 21:08:51 +0000 (21:08 +0000)
application/hub/main/listener/class_BaseListener.php
application/hub/main/pools/class_BasePool.php

index 3b8da261e9e5098d06840fd3796cef164939fea1..81ae85d921a80bc961322ab05cd97ea8ad3b69ff 100644 (file)
@@ -23,7 +23,7 @@
  */
 class BaseListener extends BaseHubSystem {
        /**
-        * Used protocol (Default: invalid, which is invalid...)
+        * Used protocol (Default: invalid, which is indeed invalid...)
         */
        private $protcol = 'invalid';
 
index a5b711738637e1b112725a10081964f13d869e30..f49ba860f9245fdad6227aee5b954eb529e8d485 100644 (file)
@@ -41,6 +41,7 @@ class BasePool extends BaseHubSystem {
        /**
         * Adds an instance to a pool segment
         *
+        * @param       $group                  Name of the pool group
         * @param       $poolSegment    Name of the pool segment
         * @param       $instance               An instance of a class we should add to the pool
         * @return      void