- Issue created by @dcam
- Status changed to Needs review
almost 2 years ago 8:48am 29 January 2024 - ๐ฎ๐ณIndia viren18febs
Hi , i have changed the doc block, and added a patch please review.
Thanks - Status changed to Needs work
almost 2 years ago 3:08am 1 February 2024 - ๐บ๐ธUnited States dcam
@viren18febS using
{@inheritdoc}is only applicable when the function is extended from another base class or interface. That isn't the case withgetEntityTypeLabels(). It's just an internal helper function for this class. You'll need to actually write a description of the function and its return type. - ๐ฎ๐ณIndia Sandeep Sanwale
Sandeep Sanwale โ made their first commit to this issueโs fork.
- Merge request !109Issue #3413645 by viren18febS: InlineEntityFormBase::getEntityTypeLabels() has the wrong docblock โ (Open) created by Sandeep Sanwale
- Status changed to Needs review
almost 2 years ago 6:37am 5 February 2024 - ๐ฎ๐ณIndia Sandeep Sanwale
Modified the docblock for InlineEntityFormBase::getEntityTypeLabels(), Please review .
- ๐จ๐ฆCanada fabienscotto
The DocBlock in InlineEntityFormBase::getEntityTypeLabels() function appear to be conform to the expected standards. I've conducted tests using PHPCS (PHP CodeSniffer) with the Drupal coding standards, and it returned with 0 errors. Great job!
- Status changed to RTBC
over 1 year ago 2:14am 15 February 2024 - ๐บ๐ธUnited States dcam
Looks ok to me. Thank you for working on this.
I am removing credit from @viren18febS since the original patch was not an appropriate fix and no attempt was made to correct the problem.