注释增加形参申明

This commit is contained in:
yinggaozhen
2017-08-02 19:33:30 +08:00
committed by ThinkPHP
parent 2b2f9e0de7
commit 7f4e908c0e

View File

@@ -95,7 +95,8 @@ class File extends SplFileObject
/**
* 获取文件的哈希散列值
* @return $string
* @param string $type
* @return mixed $string
*/
public function hash($type = 'sha1')
{