This commit is contained in:
2020-12-17 14:12:44 +08:00
parent 9516baef92
commit 33e5416dda
38 changed files with 100 additions and 101 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ namespace Snowflake\Core;
use Exception;
use JetBrains\PhpStorm\Pure;
/**
* Class Help
@@ -19,7 +19,7 @@ class Help
* @param array $data
* @return string
*/
#[Pure] public static function toXml(array $data)
public static function toXml(array $data)
{
$xml = "<xml>";
foreach ($data as $key => $val) {