Fixed tabs

This commit is contained in:
Michael 2021-11-08 21:53:34 +00:00
parent f5b47fccce
commit 3e676f9cf0
1 changed files with 6 additions and 6 deletions

View File

@ -30,12 +30,12 @@ class Test extends BaseApi
{ {
public static function rawContent(array $parameters = []) public static function rawContent(array $parameters = [])
{ {
if (self::$format == 'xml') { if (self::$format == 'xml') {
$ok = 'true'; $ok = 'true';
} else { } else {
$ok = 'ok'; $ok = 'ok';
} }
echo self::format('ok', ['ok' => $ok]); echo self::format('ok', ['ok' => $ok]);
exit; exit;
} }