Skip to content

Commit

Permalink
spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Denitz committed Oct 3, 2017
1 parent f7afffb commit c86459c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/src/Form/Form.php
Expand Up @@ -186,9 +186,9 @@ protected function bindLevel($group, $data)
/**
* Method to filter the form data.
*
* @param array $data An array of field values to filter.
* @param string $group The dot-separated form group path on which to filter the fields.
* @param bool $ensure_values Auto-inject empty values for fields which are supposed to always have values.
* @param array $data An array of field values to filter.
* @param string $group The dot-separated form group path on which to filter the fields.
* @param bool $ensure_values Auto-inject empty values for fields which are supposed to always have values.
*
* @return mixed Array or false.
*
Expand Down

0 comments on commit c86459c

Please sign in to comment.