From 1eeb47b668d99ff83e200386de9187c7e93eecdc Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:01:40 +1200 Subject: [PATCH] MNT Ignore phpstan error we can't fix (#442) --- src/Forms/GridFieldQueuedJobExecute.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Forms/GridFieldQueuedJobExecute.php b/src/Forms/GridFieldQueuedJobExecute.php index af6dc10f..5c5e5736 100644 --- a/src/Forms/GridFieldQueuedJobExecute.php +++ b/src/Forms/GridFieldQueuedJobExecute.php @@ -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