diff --git a/forms/CompositeField.php b/forms/CompositeField.php index b097159b7..fc1d957f8 100755 --- a/forms/CompositeField.php +++ b/forms/CompositeField.php @@ -7,7 +7,12 @@ * @subpackage fields-structural */ class CompositeField extends FormField { + + /** + * @var FieldSet + */ protected $children; + /** * Set to true when this field is a readonly field */