]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/iterator/network/class_NetworkListenIterator.php
Hub project continued:
[hub.git] / application / hub / main / iterator / network / class_NetworkListenIterator.php
index e451c0a8004d4f5ddcf8089066e03e9c0887ac38..00e031a6626274b0ed35367fc3660059e8b20735 100644 (file)
@@ -64,7 +64,7 @@ class NetworkListenIterator extends BaseIterator implements Iterator {
         */
        public function current () {
                // Default is null
-               $current = null;
+               $current = NULL;
 
                // Is the entry valid?
                if (!$this->valid()) {