apply more cs rules for php-cs

This commit is contained in:
2023-10-17 13:27:03 +02:00
parent 0b0cbed9db
commit bc2041cbdd
1485 changed files with 8169 additions and 9620 deletions

View File

@@ -39,7 +39,7 @@ class TaskTwigExtension extends AbstractExtension
AbstractTask $task,
string $key,
$metadataSubject = null,
?string $name = null
string $name = null
) {
return $this->taskWorkflowManager->getWorkflowMetadata($task, $key, $metadataSubject, $name);
}

View File

@@ -18,8 +18,6 @@ use Psr\Cache\CacheItemPoolInterface;
use Symfony\Component\Security\Core\User\UserInterface;
use Symfony\Component\Workflow\Event\Event;
use function array_merge;
class CountNotificationTask implements NotificationCounterInterface
{
final public const CACHE_KEY = 'chill_task.count_notifications.user.%d.%s';