mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修正parseComment方法
This commit is contained in:
@@ -628,7 +628,7 @@ abstract class Builder
|
||||
protected function parseComment($comment)
|
||||
{
|
||||
if (false !== strpos($comment, '*/')) {
|
||||
$comment = strstr($coment, '*/', true);
|
||||
$comment = strstr($comment, '*/', true);
|
||||
}
|
||||
return !empty($comment) ? ' /* ' . $comment . ' */' : '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user