Skip to content
Snippets Groups Projects
Commit 9411a524 authored by jaapjansma's avatar jaapjansma
Browse files

fixed minor issues

parent c7e9968a
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,6 @@ class MultipleCustomGroupSource extends AbstractSource {
*
* @param DataSpecification $dataSpecification
* @param bool $onlySearchAbleFields
* @param $entity
* @throws \Civi\DataProcessor\DataSpecification\FieldExistsException
* @throws \Exception
*/
......@@ -119,6 +118,7 @@ class MultipleCustomGroupSource extends AbstractSource {
* Ensures a field is in the data source
*
* @param \Civi\DataProcessor\DataSpecification\FieldSpecification $fieldSpecification
* @return \Civi\DataProcessor\Source\SourceInterface
* @throws \Exception
*/
public function ensureFieldInSource(FieldSpecification $fieldSpecification) {
......@@ -127,6 +127,7 @@ class MultipleCustomGroupSource extends AbstractSource {
} catch (FieldExistsException $e) {
// Do nothing.
}
return $this;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment