Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Tests | 1 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | 2 | public function __construct( |
|
8 | /** @var int<0,max> */ |
||
9 | public int $amount, |
||
10 | /** @var int<1, 36>|null */ |
||
11 | public ?int $installments = null, |
||
12 | public ?string $customerTrns = null, |
||
13 | public ?string $merchantTrns = null, |
||
14 | public string $sourceCode = 'Default', |
||
15 | /** @var int<0,max> */ |
||
16 | public int $tipAmount = 0, |
||
17 | ) { |
||
18 | } |
||
20 |