mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
- MFH Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType()
This commit is contained in:
parent
169b207532
commit
b8003b8461
@ -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() {/**/}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user