Fixed tabs
This commit is contained in:
parent
f5b47fccce
commit
3e676f9cf0
|
@ -30,12 +30,12 @@ class Test extends BaseApi
|
|||
{
|
||||
public static function rawContent(array $parameters = [])
|
||||
{
|
||||
if (self::$format == 'xml') {
|
||||
$ok = 'true';
|
||||
} else {
|
||||
$ok = 'ok';
|
||||
}
|
||||
|
||||
if (self::$format == 'xml') {
|
||||
$ok = 'true';
|
||||
} else {
|
||||
$ok = 'ok';
|
||||
}
|
||||
|
||||
echo self::format('ok', ['ok' => $ok]);
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue