Upgrade of php-cs-fixer

This commit is contained in:
2024-09-11 14:21:32 +02:00
parent 8b1b255050
commit d0ee381627
273 changed files with 357 additions and 357 deletions

View File

@@ -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';