| Total Complexity | 4 | 
| Total Lines | 25 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 11 | final class AffiliateReferralFactory implements AffiliateReferralFactoryInterface  | 
            ||
| 12 | { | 
            ||
| 13 | public function __construct(  | 
            ||
| 16 | }  | 
            ||
| 17 | |||
| 18 | public function createNew(): object  | 
            ||
| 21 | }  | 
            ||
| 22 | |||
| 23 | public function createForAffiliate(AffiliateInterface $affiliate): AffiliateReferralInterface  | 
            ||
| 31 | }  | 
            ||
| 32 | |||
| 33 | private function generateTokenValue(): string  | 
            ||
| 38 |