Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunziker committed Jan 29, 2017
1 parent 5e7e0bd commit f3682a0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions plugins/fields/calendar/calendar.php
Expand Up @@ -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);
Expand Down

0 comments on commit f3682a0

Please sign in to comment.