mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 20:43:49 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -63,7 +63,7 @@ class CountNotificationTask implements NotificationCounterInterface
|
||||
|
||||
public function resetCacheOnNewStates(Event $e)
|
||||
{
|
||||
/* @var $task \Chill\TaskBundle\Entity\SingleTask */
|
||||
/** @var \Chill\TaskBundle\Entity\SingleTask $task */
|
||||
$task = $e->getSubject();
|
||||
|
||||
if (null !== $task->getAssignee()) {
|
||||
|
Reference in New Issue
Block a user