This commit is contained in:
2020-12-17 14:09:14 +08:00
parent 672a719dbd
commit 36c1d0502a
151 changed files with 1937 additions and 2848 deletions
+2 -2
View File
@@ -49,9 +49,9 @@ class XmlFormatter extends Application implements IFormatter
}
/**
* @return mixed
* @return string|null
*/
public function getData(): mixed
public function getData(): ?string
{
$data = $this->data;
$this->clear();