Skip to content

Commit

Permalink
MNT Ignore lint failure we can't fix (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Aug 13, 2024
1 parent 2941a9e commit 718b7c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Extensions/CWPSiteConfigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ protected function addSearchOptions(FieldList $fields)
'Root.SearchOptions',
TextField::create(
'EmptySearch',
/** @phpstan-ignore translation.key (legacy string for EOL module) */
_t(
'CWP.SITECONFIG.EmptySearch',
'Text to display when there is no search query'
Expand All @@ -383,6 +384,7 @@ protected function addSearchOptions(FieldList $fields)
'Root.SearchOptions',
TextField::create(
'NoSearchResults',
/** @phpstan-ignore translation.key (legacy string for EOL module) */
_t(
'CWP.SITECONFIG.NoResult',
'Text to display when there are no results'
Expand Down

0 comments on commit 718b7c5

Please sign in to comment.