From: Marcus Boerger Date: Sun, 31 Dec 2006 18:20:22 +0000 (+0000) Subject: - MFH Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType() X-Git-Tag: php-5.2.1RC2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8003b84612f373267fd311be1946d30b38e74d3;p=php - MFH 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() {/**/}