diff --git a/src/Entity/Facet.php b/src/Entity/Facet.php index 3c6e1ce..f9067c9 100644 --- a/src/Entity/Facet.php +++ b/src/Entity/Facet.php @@ -225,7 +225,9 @@ class Facet extends ConfigEntityBase implements FacetInterface { */ public function getDescription() { return $this->description; - } /** + } + + /** * {@inheritdoc} */ public function setWidget($widget) { @@ -238,7 +240,9 @@ class Facet extends ConfigEntityBase implements FacetInterface { */ public function getQueryTypes() { return $this->query_type_name; - } /** + } + + /** * {@inheritdoc} */ public function getWidget() {