cs: Enable more risky rules.

This commit is contained in:
Pol Dellaiera
2021-11-30 11:28:52 +01:00
parent 3631fd99fd
commit c8195e6df5
65 changed files with 155 additions and 139 deletions

View File

@@ -80,7 +80,7 @@ class CalendarController extends AbstractController
$view = '@ChillCalendar/Calendar/confirm_deleteByUser.html.twig';
}
/* @var $entity Calendar */
/** @var Calendar $entity */
$entity = $em->getRepository('ChillCalendarBundle:Calendar')->find($id);
if (!$entity) {

View File

@@ -28,7 +28,7 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
*/
public $counter;
/*
/**
* @var TokenStorageInterface
*/
public $tokenStorage;