- Issue created by @Shanu Chouhan
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 12:49pm 13 May 2023 - Status changed to Needs work
over 1 year ago 2:06pm 14 May 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
+ * {@inheritdoc} */ - public function list() - { + public function list() { $entity_rows = $this->getEntityUpdateDiffJsonRows();
list()
is not defined in the parent class.{@inheritdoc}
cannot be used in its documentation comment.- public function getEntityUpdateDiffJsonRows(){ + /** + * {@inheritdoc} + */ + public function getEntityUpdateDiffJsonRows() {
The same holds true for that method.
+/** + * Class of EntityUpdateDiffJsonForm. + */ class EntityUpdateDiffJsonForm extends FormBase {
A class description must not repeat the class name, but describe what the class does.
+ /** + * {@inheritdoc} + */ + private function getEntityTypes() {
That is not a method inherited from the parent class nor defined in an interface.
- Assigned to nitin_lama
- @nitin_lama opened merge request.
- Status changed to Needs review
over 1 year ago 8:18am 15 May 2023 - Issue was unassigned.
- Status changed to Needs work
over 1 year ago 8:20am 15 May 2023 - 🇮🇳India nitin_lama India
There are some still some issues left related to DI which needs to be addressed.
-
rsalvado →
committed d963a235 on 1.0.x authored by
nitin_lama →
#3360183
-
rsalvado →
committed d963a235 on 1.0.x authored by
nitin_lama →
- Status changed to Fixed
over 1 year ago 9:58am 15 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.