- 🇮🇹Italy apaderno Brescia, 🇮🇹
+/** + * Implements final class EntityOperations. + */
Class descriptions must not start with Implements nor repeat the class name.
+ /** + * Implements entityTypeAlter(). + */
Short descriptions for methods must not start with Implements nor repeat the method name.
The documentation comment must describe the parameters and the return value, when a value is returned.+ /** + * The viewsEntityFormRouteInfo. + * + * @var viewsEntityFormRowInfo + */ private ViewsEntityFormRowInfo $viewsEntityFormRowInfo;
The short description cannot repeat the property name.
The @var line must include the class namespace.+ /** + * Constructor for dependency injections . + */ public function __construct(ViewsEntityFormRowInfo $views_entity_form_row_info, RouteMatchInterface $current_route_match) {
That is not the correct description for a constructor.
The documentation comment must also document the parameters. - Assigned to nitin_lama
- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 9:03am 8 May 2023 - 🇮🇳India nitin_lama India
#3 patch doesn't apply.
Adding the updated patch and addressed changes as per #5.
- Merge request !1Issue #3282953 by urvashi_vora, nitin_lama, sourabhjain, LuongGiap, apaderno:... → (Merged) created by edysmp
- Status changed to Fixed
9 months ago 11:06am 15 May 2024 Automatically closed - issue fixed for 2 weeks with no activity.