Fixed parser error.
authorRoland Haeder <roland@mxchange.org>
Wed, 18 Mar 2015 00:34:09 +0000 (01:34 +0100)
committerRoland Haeder <roland@mxchange.org>
Wed, 18 Mar 2015 00:34:09 +0000 (01:34 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/file_directories/directory/class_FrameworkDirectoryPointer.php

index 42380fd142469c9834e39a3abf9878f167383e90..1cc296ca2a72761fd546ba2a6b5e07795dd75be9 100644 (file)
@@ -228,7 +228,7 @@ class FrameworkDirectoryPointer extends BaseFrameworkSystem implements Framework
         * @param       $iteratorInstance       An instanceof a DirectoryIterator class
         * @return      void
         */
-       protected final function unsetDirectoryIteratorInstance (e) {
+       protected final function unsetDirectoryIteratorInstance () {
                // "Unset" the instance
                $this->iteratorInstance = NULL;
        }