Passed
Push — master ( 9d32d7...d331a5 )
by Adrien
09:50 queued 05:51
created
tests/data/query/othermember-can-create-order.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 declare(strict_types=1);
4 4
 
5
- return [
5
+    return [
6 6
     [
7 7
         'query' => 'mutation {
8 8
             requestMembershipEnd
Please login to merge, or discard this patch.
server/Application/Repository/ProductRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.