Skip to content

Commit

Permalink
MNT Ignore phpstan error we can't fix (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Aug 13, 2024
1 parent 9f6dea6 commit 1eeb47b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Forms/GridFieldQueuedJobExecute.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public function getColumnContent($gridField, $record, $columnName)
);

$humanTitle = ucfirst($this->action ?? '');
/** @phpstan-ignore translation.key (we need the key to be dynamic here) */
$title = _t(__CLASS__ . '.' . $humanTitle, $humanTitle);

$field
Expand Down

0 comments on commit 1eeb47b

Please sign in to comment.