]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/iterator/pool/monitor/class_MonitorPoolIterator.php
Hub project continued:
[hub.git] / application / hub / main / iterator / pool / monitor / class_MonitorPoolIterator.php
index 72a2c2d866a7a37ab7fab0d6b0a52dee1f5238b9..c58ba6247d60f93f1bd6d8edf1ef91b34ce8ba19 100644 (file)
@@ -64,7 +64,7 @@ class MonitorPoolIterator extends BaseIterator implements Iterator, Registerable
         */
        public function current () {
                // Default is null
-               $current = null;
+               $current = NULL;
 
                // Is the entry valid?
                if (!$this->valid()) {