Skip to content

Commit

Permalink
phpstorm更好的支持
Browse files Browse the repository at this point in the history
如果传入$label参数闭包函数中的内容在ide的显示不会有高亮显示,其他地方应该也会出现这种情况
  • Loading branch information
jonathan-up authored Oct 12, 2021
1 parent ed0d4d2 commit b91bd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '')
Expand Down

0 comments on commit b91bd63

Please sign in to comment.