]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/file_directories/input/raw/class_FrameworkRawFileInputPointer.php
Continued:
[core.git] / framework / main / classes / file_directories / input / raw / class_FrameworkRawFileInputPointer.php
index 0a8b447e52d0b5e1558c859bf8e59bcd597ffe7f..5e3c658ead37ac0cc59cfbce2cdd9050c483f7a3 100644 (file)
@@ -125,7 +125,7 @@ class FrameworkRawFileInputPointer extends BaseFileIo implements InputPointer {
         * @param       $bytes  Amount of bytes to read
         * @return      $data   Data read from file
         */
-       public function read (int $bytes = NULL) {
+       public function read (int $bytes = 0) {
                // Try to read given characters
                $data = $this->getFileObject()->fread($bytes);