This commit is contained in:
2023-12-12 15:35:38 +08:00
parent 827fb257ab
commit 84c253a9f6
17 changed files with 271 additions and 302 deletions
+2 -2
View File
@@ -61,7 +61,7 @@ class Help
/**
* @param $xml
* @return mixed
* @throws Exception
* @throws
*/
public static function toArray($xml): mixed
{
@@ -111,7 +111,7 @@ class Help
/**
* @param $parameter
* @return array|false|string
* @throws Exception
* @throws
*/
public static function toString($parameter): bool|array|string
{