helly Sun Dec 31 18:20:22 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/spl spl.php
Log:
- MFH Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType()
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl.php?r1=1.49.2.11.2.4&r2=1.49.2.11.2.5&diff_format=u
Index: php-src/ext/spl/spl.php
diff -u php-src/ext/spl/spl.php:1.49.2.11.2.4
php-src/ext/spl/spl.php:1.49.2.11.2.5
--- php-src/ext/spl/spl.php:1.49.2.11.2.4 Mon Nov 20 19:58:01 2006
+++ php-src/ext/spl/spl.php Sun Dec 31 18:20:22 2006
@@ -900,7 +900,7 @@
*/
function getCTime() {/**/}
- /** @return The current entry's size in bytes .
+ /** @return The current entry's file type.
*/
function getType() {/**/}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php