Commit 13f6bba1 authored by Jess's avatar Jess
Browse files

Fix coding standards issue from security advisory.

parent 8dc765f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,8 +58,8 @@ public function generateEntityMetadata(EntityInterface $entity) {
    return [
      'label' => $entity->access('view label') ? $entity->label() : new TranslatableMarkup('@label @id', [
        '@label' => $entity->getEntityType()->getSingularLabel(),
        '@id' => $entity->id()
      ])
        '@id' => $entity->id(),
      ]),
    ];
  }