Passed
Push — master ( 2eb58d...d06a80 )
by Adrien
27:08 queued 13:50
created
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.