diff options
| author | Marcus Boerger <helly@php.net> | 2006-12-31 18:20:03 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2006-12-31 18:20:03 +0000 |
| commit | f9a45d2cdbf8141646bff79c42732478f50dc0ff (patch) | |
| tree | d9f8a9e5fae29648fbcc799a33dcd50fbfe4122b /ext | |
| parent | 9c754139fbe20feceb02e1dc429163616b415b86 (diff) | |
| download | php-git-f9a45d2cdbf8141646bff79c42732478f50dc0ff.tar.gz | |
- Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType()
Diffstat (limited to 'ext')
| -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() {/**/} |
