| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 23 | 
| Code Lines | 0 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 23 | public function __construct( | ||
| 24 | /** | ||
| 25 | * Original object. | ||
| 26 | * | ||
| 27 | * @phpstan-var T | ||
| 28 | * @var object | ||
| 29 | */ | ||
| 30 | private object $origin, | ||
| 31 | |||
| 32 | /** | ||
| 33 | * How many times the method was called. | ||
| 34 | * | ||
| 35 | * @var Count | ||
| 36 | */ | ||
| 37 | private Count $count, | ||
| 38 | |||
| 39 | /** | ||
| 40 | * MEthod to pay attention to. | ||
| 41 | * | ||
| 42 | * @var string | ||
| 43 | */ | ||
| 44 | private string $method | ||
| 45 |     ) { | ||
| 46 | } | ||
| 70 |