- Issue created by @dcam
- Status changed to Needs review
10 months 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
10 months 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
9 months 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
9 months 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.