Fixed tabs
This commit is contained in:
@@ -30,11 +30,11 @@ 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user