diff --git a/plugins/fields/calendar/calendar.php b/plugins/fields/calendar/calendar.php index c99775e652638..6a5cbbb997bd5 100644 --- a/plugins/fields/calendar/calendar.php +++ b/plugins/fields/calendar/calendar.php @@ -18,19 +18,19 @@ */ class PlgFieldsCalendar extends FieldsPlugin { -/** - * Transforms the field into an XML element and appends it as child on the given parent. This - * is the default implementation of a field. Form fields which do support to be transformed into - * an XML Element mut implemet the JFormDomfieldinterface. - * - * @param stdClass $field The field. - * @param DOMElement $parent The field node parent. - * @param JForm $form The form. - * - * @return DOMElement - * - * @since __DEPLOY_VERSION__ - */ + /** + * Transforms the field into an XML element and appends it as child on the given parent. This + * is the default implementation of a field. Form fields which do support to be transformed into + * an XML Element mut implemet the JFormDomfieldinterface. + * + * @param stdClass $field The field. + * @param DOMElement $parent The field node parent. + * @param JForm $form The form. + * + * @return DOMElement + * + * @since __DEPLOY_VERSION__ + */ public function onCustomFieldsPrepareDom($field, DOMElement $parent, JForm $form) { $fieldNode = parent::onCustomFieldsPrepareDom($field, $parent, $form);