diff --git a/src/Plugin/facets/url_processor/QueryString.php b/src/Plugin/facets/url_processor/QueryString.php index 3867f1e2d03e46c8e0dcc107d96150c5603b6564..52a5ab59bba52c7afa2518a87d726ca8b79d3cdf 100644 --- a/src/Plugin/facets/url_processor/QueryString.php +++ b/src/Plugin/facets/url_processor/QueryString.php @@ -53,7 +53,7 @@ class QueryString extends UrlProcessorPluginBase { $get_params->remove('page'); } - // Set the url alias from the the facet object. + // Set the url alias from the facet object. $this->urlAlias = $facet->getUrlAlias(); $request = $this->request; diff --git a/src/Utility/FacetsDateHandler.php b/src/Utility/FacetsDateHandler.php index 75432715f3fc89741076a5765dadea6843c17422..8ba55429fb89258858cff0340b2e1363c08bf43c 100644 --- a/src/Utility/FacetsDateHandler.php +++ b/src/Utility/FacetsDateHandler.php @@ -128,7 +128,7 @@ class FacetsDateHandler { * A string containing the gap, see FACETS_DATE_* constants for valid * values. * @param string $min_gap - * A string containing the the minimum gap that can be returned, defaults to + * A string containing the minimum gap that can be returned, defaults to * FACETS_DATE_SECOND. This is useful for defining the smallest increment * that can be used in a date drilldown. * diff --git a/tests/src/Functional/IntegrationTest.php b/tests/src/Functional/IntegrationTest.php index 6a915eb30d6acd3944083feef080976d13a6d22a..71d8e35e477ab3b746b2a87859de5037991f5cde 100644 --- a/tests/src/Functional/IntegrationTest.php +++ b/tests/src/Functional/IntegrationTest.php @@ -283,7 +283,7 @@ class IntegrationTest extends FacetsTestBase { ]; $this->drupalPostForm(NULL, $edit, 'Save'); - // Go the the view and test only the type facet is shown. + // Go to the view and test only the type facet is shown. $this->drupalGet('search-api-test-fulltext'); $this->assertFacetLabel('item'); $this->assertFacetLabel('article'); diff --git a/tests/src/Functional/ProcessorIntegrationTest.php b/tests/src/Functional/ProcessorIntegrationTest.php index 535f0f7ba7afe62127db630be19e6292a2058a96..d2919ce2847bddc3df10b03bb42337ebd24e6af2 100644 --- a/tests/src/Functional/ProcessorIntegrationTest.php +++ b/tests/src/Functional/ProcessorIntegrationTest.php @@ -745,7 +745,7 @@ class ProcessorIntegrationTest extends FacetsTestBase { $id = 'masked_owl'; $this->createFacet('Australian masked owl', $id); - // Go the the facet edit page and check to see if the custom processor shows + // Go to the facet edit page and check to see if the custom processor shows // up. $this->drupalGet('admin/config/search/facets/' . $id . '/edit'); $this->assertSession()->pageTextContains('test pre query'); diff --git a/tests/src/Functional/WidgetIntegrationTest.php b/tests/src/Functional/WidgetIntegrationTest.php index 0e821f22311a5a4e4b3e49caa49248713432862d..5a2eeea9cbce9dc163cde0745419555267e15738 100644 --- a/tests/src/Functional/WidgetIntegrationTest.php +++ b/tests/src/Functional/WidgetIntegrationTest.php @@ -159,7 +159,7 @@ class WidgetIntegrationTest extends FacetsTestBase { $id = 'masked_owl'; $this->createFacet('Australian masked owl', $id); - // Go the the facet edit page and check to see if the custom widget shows + // Go to the facet edit page and check to see if the custom widget shows // up. $this->drupalGet('admin/config/search/facets/' . $id . '/edit'); $this->assertSession()->pageTextContains('Custom widget');