From b91bd634aec9b455bd0b1588f563987434950a43 Mon Sep 17 00:00:00 2001 From: "Jonathan.Liu" <62255465+Jonathan-Up@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:20:17 +0800 Subject: [PATCH] =?UTF-8?q?phpstorm=E6=9B=B4=E5=A5=BD=E7=9A=84=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 如果传入$label参数闭包函数中的内容在ide的显示不会有高亮显示,其他地方应该也会出现这种情况 --- src/Widgets/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Widgets/Form.php b/src/Widgets/Form.php index c330e9eef..5af92c534 100755 --- a/src/Widgets/Form.php +++ b/src/Widgets/Form.php @@ -64,7 +64,7 @@ * @method Field\Html html($html, $label = '') * @method Field\Tags tags($column, $label = '') * @method Field\Icon icon($column, $label = '') - * @method Field\Embeds embeds($column, $label = '') + * @method Field\Embeds embeds($column, $label = '', $callback = null) * @method Field\Captcha captcha($column, $label = '') * @method Field\Listbox listbox($column, $label = '') * @method Field\File file($column, $label = '')