Jelajahi Sumber

Merge pull request #2007 from ConneXNL/patch-2

Some incorrect comments
Thomas 11 tahun lalu
induk
melakukan
7375989365
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      Admin/BaseFieldDescription.php

+ 4 - 4
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>
  */
@@ -90,8 +90,8 @@ abstract class BaseFieldDescription implements FieldDescriptionInterface
      */
     protected $fieldMapping;
 
-    /*
-     * var array the ORM parent mapping association
+    /**
+     * @var array the ORM parent mapping association
      */
     protected $parentAssociationMappings;