summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-12-31 18:20:03 +0000
committerMarcus Boerger <helly@php.net>2006-12-31 18:20:03 +0000
commitf9a45d2cdbf8141646bff79c42732478f50dc0ff (patch)
treed9f8a9e5fae29648fbcc799a33dcd50fbfe4122b /ext
parent9c754139fbe20feceb02e1dc429163616b415b86 (diff)
downloadphp-git-f9a45d2cdbf8141646bff79c42732478f50dc0ff.tar.gz
- Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType()
Diffstat (limited to 'ext')
-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() {/**/}