Total Complexity | 6 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Coverage | 56.25% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | class ShellUtility |
||
26 | { |
||
27 | /** |
||
28 | * @return string |
||
29 | */ |
||
30 | 5 | public static function getLanguagePrefix(): string |
|
36 | } |
||
37 | |||
38 | /** |
||
39 | * Backwards compatibility to 6.x, is available in CommandUtility in 7.x |
||
40 | * |
||
41 | * @param string $argument |
||
42 | * @return string |
||
43 | */ |
||
44 | 4 | public static function escapeShellArgument(string $argument): string |
|
64 |