mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:10:11 +00:00
fixing some more tests
This commit is contained in:
parent
55679a6021
commit
51dcfe134e
6 changed files with 6 additions and 6 deletions
|
@ -31,7 +31,7 @@ class RateLimitStatus extends BaseApi
|
|||
{
|
||||
protected function rawContent(array $request = [])
|
||||
{
|
||||
if ($this->parameters['extension'] ?? '' == 'xml') {
|
||||
if (($this->parameters['extension'] ?? '') == 'xml') {
|
||||
$hash = [
|
||||
'remaining-hits' => '150',
|
||||
'@attributes' => ["type" => "integer"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue