Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Tests | 1 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
9 | 4 | public function __construct( |
|
10 | /** |
||
11 | * @var array<string, array<string, string>> a list of available code templates. The array keys are the template names, |
||
12 | * and the array values are the corresponding template paths or path aliases. |
||
13 | */ |
||
14 | private array $templates = [], |
||
15 | ) { |
||
16 | } |
||
24 |