Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Tests | 1 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | 8 | public function __construct( |
|
16 | public string $name, |
||
17 | public ?string $id = null, |
||
18 | public bool $allowMarkdown = false, |
||
19 | public string $instructions = '', |
||
20 | /** |
||
21 | * List of fields to be filled by system administrators when configuring the gateway. |
||
22 | * |
||
23 | * @var FieldDefinition[] |
||
24 | */ |
||
25 | public array $fields = [], |
||
26 | ) { |
||
27 | 8 | } |
|
47 |