Problem/Motivation

\Drupal\Tests\layout_builder\Kernel\LayoutBuilderCompatibilityTestBase::assertFieldAttributes()
claims to return a string, but it does not

Proposed resolution

Remove the @return block

Remaining tasks

User interface changes

API changes

Data model changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tim.plunkett created an issue. See original summary.

darchuletajr’s picture

Okay here is a patch that removes the return doc, is that all that should be done here?

darchuletajr’s picture

tim.plunkett’s picture

Status: Needs review » Reviewed & tested by the community

That's it, thanks!

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed b90b91b47f to 8.7.x and 5cb125fa80 to 8.6.x. Thanks!

  • alexpott committed b90b91b on 8.7.x
    Issue #2987893 by darchuletajr, tim.plunkett: Remove @return docs on \...

  • alexpott committed 5cb125f on 8.6.x
    Issue #2987893 by darchuletajr, tim.plunkett: Remove @return docs on \...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

tim.plunkett’s picture

Issue tags: +Blocks-Layouts

Retroactively tagging