Browse Source

Some incorrect comments

Fixed-up some incorrect comments that were copied over.
ConneXNL 11 năm trước cách đây
mục cha
commit
fbabc8ad60
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Admin/BaseFieldDescription.php

+ 2 - 2
Admin/BaseFieldDescription.php

@@ -53,8 +53,8 @@ use Symfony\Component\DependencyInjection\Container;
  *
  * Filter Field options :
  *   - options (o): options given to the Filter object
- *   - field_options (o): options given to the filter field object
- *   - field_type (o): options given to the filter field object
+ *   - field_type (o): the widget class to use to render the field
+ *   - field_options (o): the options to give to the widget
  *
  * @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
  */