mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
PHP CS Fixer updated (3.63.1 -> v3.64.0)
This commit is contained in:
@@ -48,7 +48,7 @@ class TimelineEventProvider implements TimelineProviderInterface
|
||||
public function __construct(
|
||||
EntityManager $em,
|
||||
AuthorizationHelper $helper,
|
||||
TokenStorageInterface $storage
|
||||
TokenStorageInterface $storage,
|
||||
) {
|
||||
$this->em = $em;
|
||||
$this->helper = $helper;
|
||||
@@ -153,7 +153,7 @@ class TimelineEventProvider implements TimelineProviderInterface
|
||||
private function getFromClause(
|
||||
ClassMetadata $metadataEvent,
|
||||
ClassMetadata $metadataParticipation,
|
||||
ClassMetadata $metadataPerson
|
||||
ClassMetadata $metadataPerson,
|
||||
) {
|
||||
$eventParticipationMapping = $metadataParticipation->getAssociationMapping('event');
|
||||
$participationPersonMapping = $metadataParticipation->getAssociationMapping('person');
|
||||
@@ -181,7 +181,7 @@ class TimelineEventProvider implements TimelineProviderInterface
|
||||
ClassMetadata $metadataEvent,
|
||||
ClassMetadata $metadataParticipation,
|
||||
ClassMetadata $metadataPerson,
|
||||
Person $person
|
||||
Person $person,
|
||||
) {
|
||||
$role = 'CHILL_EVENT_SEE';
|
||||
|
||||
|
Reference in New Issue
Block a user