From: Marcus Boerger Date: Sun, 31 Dec 2006 18:20:03 +0000 (+0000) Subject: - Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType() X-Git-Tag: RELEASE_1_0_0RC1~446 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9a45d2cdbf8141646bff79c42732478f50dc0ff;p=php - Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType() --- diff --git a/ext/spl/spl.php b/ext/spl/spl.php index 9a850075e0..61261a0091 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -900,7 +900,7 @@ class SplFileInfo */ function getCTime() {/**/} - /** @return The current entry's size in bytes . + /** @return The current entry's file type. */ function getType() {/**/}