Total Complexity | 6 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
10 | class Util |
||
11 | { |
||
12 | /** |
||
13 | * @param string $coinName |
||
14 | * @param Features $features |
||
15 | * @return CoinType|null |
||
16 | */ |
||
17 | 2 | public static function networkByCoinName(string $coinName, Features $features) |
|
27 | } |
||
28 | |||
29 | /** |
||
30 | * @param string $shortcut |
||
31 | * @param Features $coinTypes |
||
32 | * @return CoinType|null |
||
33 | */ |
||
34 | 2 | public static function networkByCoinShortcut(string $shortcut, Features $coinTypes) |
|
46 |