MNT Ignore phpstan error we can't fix (#413)

This commit is contained in:
Guy Sartorelli 2024-08-13 17:02:03 +12:00 committed by GitHub
parent 27eccda578
commit 332b98e39e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,6 +103,7 @@ class GridFieldNestedFormItemRequest extends GridFieldDetailForm_ItemRequest
$this->record->invokeWithExtensions('updateNestedConfig', $config); $this->record->invokeWithExtensions('updateNestedConfig', $config);
/** @phpstan-ignore translation.key (we need the key to be dynamic here) */
$title = _t(get_class($this->record).'.'.strtoupper($relationName), ' '); $title = _t(get_class($this->record).'.'.strtoupper($relationName), ' ');
$fields = new FieldList( $fields = new FieldList(