summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-12-31 18:20:22 +0000
committerMarcus Boerger <helly@php.net>2006-12-31 18:20:22 +0000
commitb8003b84612f373267fd311be1946d30b38e74d3 (patch)
tree333e029b20249379ae2daa4723b1ba8612f33398
parent169b20753287b203feceacdd564025fafa105532 (diff)
downloadphp-git-b8003b84612f373267fd311be1946d30b38e74d3.tar.gz
- MFH Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType()
-rwxr-xr-xext/spl/spl.php2
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() {/**/}