]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/iterator/pool/shutdown/class_ShutdownPoolIterator.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / iterator / pool / shutdown / class_ShutdownPoolIterator.php
index d3e2691836f9de15a33d35797fa31e1469b10d60..6977ff9844b1de2b351896c482cd17ce4cc1842f 100644 (file)
@@ -43,7 +43,7 @@ class ShutdownPoolIterator extends BaseIterator implements Iterator {
         * @param       $listInstance           A list of a Listable
         * @return      $iteratorInstance       An instance a Iterator class
         */
-       public final static function createShutdownPoolIterator (Listable $listInstance) {
+       public static final function createShutdownPoolIterator (Listable $listInstance) {
                // Get new instance
                $iteratorInstance = new ShutdownPoolIterator();