diff options
author | Marcus Boerger <helly@php.net> | 2006-12-31 18:20:22 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-12-31 18:20:22 +0000 |
commit | b8003b84612f373267fd311be1946d30b38e74d3 (patch) | |
tree | 333e029b20249379ae2daa4723b1ba8612f33398 | |
parent | 169b20753287b203feceacdd564025fafa105532 (diff) | |
download | php-git-b8003b84612f373267fd311be1946d30b38e74d3.tar.gz |
- MFH Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType()
-rwxr-xr-x | ext/spl/spl.php | 2 |
1 files changed, 1 insertions, 1 deletions
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() {/**/} |