@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | declare(strict_types=1); |
4 | 4 | |
5 | - return [ |
|
5 | + return [ |
|
6 | 6 | [ |
7 | 7 | 'query' => 'mutation { |
8 | 8 | requestMembershipEnd |
@@ -41,7 +41,7 @@ |
||
41 | 41 | } |
42 | 42 | } |
43 | 43 | |
44 | - public function getSubscriptionLastReviewNumber(Organization|User $hasSubscriptionLastReview): ?int |
|
44 | + public function getSubscriptionLastReviewNumber(Organization | User $hasSubscriptionLastReview): ?int |
|
45 | 45 | { |
46 | 46 | $class = $hasSubscriptionLastReview::class; |
47 | 47 | $table = $this->getEntityManager()->getClassMetadata($class)->getTableName(); |