Total Complexity | 3 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 71.43% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class CreditmemoFixture |
||
9 | { |
||
10 | /** |
||
11 | * @var CreditmemoInterface |
||
12 | */ |
||
13 | private $creditmemo; |
||
14 | |||
15 | 5 | public function __construct(CreditmemoInterface $creditmemo) |
|
18 | 5 | } |
|
19 | |||
20 | public function getCreditmemo(): CreditmemoInterface |
||
21 | { |
||
22 | return $this->creditmemo; |
||
23 | } |
||
24 | |||
25 | 4 | public function getId(): int |
|
28 | } |
||
29 | } |
||
30 |