mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
Renamed HelpParser::getFull() to HelpParser::getDetail()
This commit is contained in:
@ -38,7 +38,7 @@ class HelpParser
|
||||
* @param \Reflector $reflector
|
||||
* @return string
|
||||
*/
|
||||
public static function getFull(\Reflector $reflector)
|
||||
public static function getDetail(\Reflector $reflector)
|
||||
{
|
||||
$comment = strtr(trim(preg_replace('/^\s*\**( |\t)?/m', '', trim($reflector->getDocComment(), '/'))), "\r", '');
|
||||
if (preg_match('/^\s*@\w+/m', $comment, $matches, PREG_OFFSET_CAPTURE)) {
|
||||
|
||||
Reference in New Issue
Block a user