Fixed parser error.
authorRoland Haeder <roland@mxchange.org>
Sat, 17 May 2014 21:13:07 +0000 (23:13 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 17 May 2014 21:13:07 +0000 (23:13 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/file_directories/io/class_FrameworkFileInputOutputPointer.php

index cebb1fad9229640ca38b27f845fe6a8f9cbb6a03..36c81898d8ebfd008245ae17461710a24d052e2e 100644 (file)
@@ -125,7 +125,7 @@ class FrameworkFileInputOutputPointer extends BaseFileIo implements InputOutputP
         */
        public function rewind () {
                // Rewind the pointer
-               assert(rewind($this->getPointer() === 1);
+               assert(rewind($this->getPointer()) === 1);
        }
 
        /**