Total Complexity | 7 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | trait WikiArrayTrait |
||
12 | { |
||
13 | /** |
||
14 | * Legacy. |
||
15 | * Generate the complete list of parameters from the fantasy order list |
||
16 | * with additionnal parameters inserted in the place of the cleanOrder list. |
||
17 | * Génère la liste complète de paramètres possibles d'après l'ordre |
||
18 | * fantaisiste (humain) et l'ordre officiel (documentation). |
||
19 | * |
||
20 | * @param array $fantasyOrder |
||
21 | * @param array $cleanOrder |
||
22 | * |
||
23 | * @return array |
||
24 | */ |
||
25 | public function completeFantasyOrder(array $fantasyOrder, array $cleanOrder): array |
||
54 | } |
||
55 | } |