From 47eb314dc66f7422a6cd9c93f73ba72edc06fd44 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Tue, 13 Aug 2024 14:07:04 +1200 Subject: [PATCH] MNT Ignore phpstan error we can't fix --- 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