]> granicus.if.org Git - php/commitdiff
- Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType()
authorMarcus Boerger <helly@php.net>
Sun, 31 Dec 2006 18:20:03 +0000 (18:20 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 31 Dec 2006 18:20:03 +0000 (18:20 +0000)
ext/spl/spl.php

index 9a850075e0c9fa5312ee432f2d986d4cea4a7875..61261a0091d7e8750e3af48144593fda413786f7 100755 (executable)
@@ -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() {/**/}