| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 6 | 
| Code Lines | 2 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 3 | 
| CRAP Score | 1 | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 27 | 2 | public function getSubscriptionLastReviewNumber(): ?int  | 
            |
| 28 |     { | 
            ||
| 29 | /** @var ProductRepository $productRepository */  | 
            ||
| 30 | 2 | $productRepository = _em()->getRepository(Product::class);  | 
            |
| 31 | |||
| 32 | 2 | return $productRepository->getSubscriptionLastReviewNumber($this);  | 
            |
| 
                                                                                                    
                         1 ignored issue 
                            –
                            show
                         | 
                |||
| 33 | }  | 
            ||
| 49 |