Skip to content
Snippets Groups Projects
Unverified Commit b90b91b4 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2987893 by darchuletajr, tim.plunkett: Remove @return docs on...

Issue #2987893 by darchuletajr, tim.plunkett: Remove @return docs on \Drupal\Tests\layout_builder\Kernel\LayoutBuilderCompatibilityTestBase::assertFieldAttributes()
parent 5ba03273
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -112,9 +112,6 @@ protected function enableOverrides() {
* The entity to render.
* @param array $attributes
* An array of field attributes to assert.
*
* @return string
* The rendered string output (typically HTML).
*/
protected function assertFieldAttributes(EntityInterface $entity, array $attributes) {
$view_builder = $this->container->get('entity_type.manager')->getViewBuilder($entity->getEntityTypeId());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment