Skip to content

Commit

Permalink
MNT Ignore phpstan error we can't fix (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Aug 13, 2024
1 parent 27eccda commit 332b98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GridFieldNestedFormItemRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public function ItemEditForm()

$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), ' ');

$fields = new FieldList(
Expand Down

0 comments on commit 332b98e

Please sign in to comment.