diff --git a/src/Filters.php b/src/Filters.php index d4e4f7bc..7262491a 100644 --- a/src/Filters.php +++ b/src/Filters.php @@ -7,7 +7,7 @@ * @subpackage Plausible Analytics */ -namespace Plausible\Analytics\WP\Includes; +namespace Plausible\Analytics\WP; use WP_Term; use Exception; @@ -123,7 +123,7 @@ public function maybe_add_custom_params( $params ) { // Skip the iteration, if `$terms` is not array. if ( ! is_array( $terms ) ) { - continue // @codeCoverageIgnore; + continue; // @codeCoverageIgnore; } // Loop through the terms.