diff options
-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() {/**/} |