From: Roland Haeder Date: Sun, 22 Mar 2015 00:08:41 +0000 (+0100) Subject: Minor fix, don't mix space and tab for intending, except for comment block: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4075d9e3be447a2fbc7178700ac24fe21cf0738a;p=core.git Minor fix, don't mix space and tab for intending, except for comment block: /* * This is an intended comment block with tabs and spaces to call doBla(). */ $this->doBla(); Signed-off-by: Roland Häder --- diff --git a/inc/classes/main/file_directories/binary/class_BaseBinaryFile.php b/inc/classes/main/file_directories/binary/class_BaseBinaryFile.php index 20e52c8f..a6cfad6c 100644 --- a/inc/classes/main/file_directories/binary/class_BaseBinaryFile.php +++ b/inc/classes/main/file_directories/binary/class_BaseBinaryFile.php @@ -586,7 +586,7 @@ class BaseBinaryFile extends BaseAbstractFile { /** * Rewinds to the beginning of the file * - * @return $status Status of this operation + * @return $status Status of this operation */ public function rewind () { // Call pointer instance