helly           Sun Dec 31 18:20:03 2006 UTC

  Modified files:              
    /php-src/ext/spl    spl.php 
  Log:
  - Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType()
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl.php?r1=1.76&r2=1.77&diff_format=u
Index: php-src/ext/spl/spl.php
diff -u php-src/ext/spl/spl.php:1.76 php-src/ext/spl/spl.php:1.77
--- php-src/ext/spl/spl.php:1.76        Mon Nov 20 19:50:19 2006
+++ php-src/ext/spl/spl.php     Sun Dec 31 18:20:03 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

Reply via email to