- Status changed to Needs work
10 months ago 8:34pm 19 January 2024 - 🇮🇹Italy apaderno Brescia, 🇮🇹
+/** + * Class HealthCheckController. + */
A class description must not repeat the class name.
/** + * Function inex(). + * * @return \Symfony\Component\HttpFoundation\JsonResponse + * Function index \Symfony\Component\HttpFoundation\JsonResponse. */
A method description must not repeat the method name (which in this case is also misspelled).
A return value description must not repeat neither the method name nor the return value class/interface.