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