1 | <?php |
||
10 | class File400 extends Remittance |
||
11 | { |
||
12 | /** |
||
13 | * File schema file. |
||
14 | * |
||
15 | * @var string |
||
16 | */ |
||
17 | protected $schemaFile = '/schemas/400.json'; |
||
18 | |||
19 | /** |
||
20 | * Mutates a discount to date. |
||
21 | * |
||
22 | * @param mixed $value |
||
23 | * @param array $data |
||
24 | * @return mixed |
||
25 | */ |
||
26 | protected function mutateDetailDiscountTo( |
||
32 | |||
33 | /** |
||
34 | * Mutates the late interest flag based on late interest percentage. |
||
35 | * |
||
36 | * @param mixed $value |
||
37 | * @param array $data |
||
38 | * @return mixed |
||
39 | */ |
||
40 | protected function mutateDetailLateInterestFlag( |
||
46 | } |
||
47 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.