Skip to content

Commit 332b98e

Browse files
MNT Ignore phpstan error we can't fix (#413)
1 parent 27eccda commit 332b98e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/GridFieldNestedFormItemRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public function ItemEditForm()
103103

104104
$this->record->invokeWithExtensions('updateNestedConfig', $config);
105105

106+
/** @phpstan-ignore translation.key (we need the key to be dynamic here) */
106107
$title = _t(get_class($this->record).'.'.strtoupper($relationName), ' ');
107108

108109
$fields = new FieldList(

0 commit comments

Comments
 (0)