]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/iterator/pool/handler/class_HandlerPoolIterator.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / iterator / pool / handler / class_HandlerPoolIterator.php
index 50f12c9915273d0d3196c9cc86a2ab5e24344be2..0e0251b5dfb86e5d45a67c8ec61ba40d4ce93ce4 100644 (file)
@@ -45,7 +45,7 @@ class HandlerPoolIterator extends BaseIterator implements Iterator {
         * @param       $listInstance           A list of a Listable
         * @return      $iteratorInstance       An instance a Iterator class
         */
-       public final static function createHandlerPoolIterator (Listable $listInstance) {
+       public static final function createHandlerPoolIterator (Listable $listInstance) {
                // Get new instance
                $iteratorInstance = new HandlerPoolIterator();