Skip to content

Commit

Permalink
[Core] Feature Smile-SA#3432, phpcs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vahonc committed Nov 25, 2024
1 parent c416056 commit c5dcf0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private function getNumberOfGhostIndices(): int
*
* @return string
*/
public function getElasticsuiteIndicesUrl(): string
private function getElasticsuiteIndicesUrl(): string
{
return $this->urlBuilder->getUrl(self::ROUTE_ELASTICSUITE_INDICES);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,14 @@ public function getText()
{
$issuesCount = $this->getIssueCount();

// @codingStandardsIgnoreStart
return __(
'You have <strong>%1 health checks</strong> in a <strong>warning</strong> state. '
. 'Please head to the <a href="%2"><strong>Elasticsuite Healthcheck</strong></a> page to get more details and see how to fix them.',
$issuesCount,
$this->getElasticsuiteHealthcheckUrl()
);
// @codingStandardsIgnoreEnd
}

/**
Expand Down

0 comments on commit c5dcf0f

Please sign in to comment.