mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 17:19:37 +00:00
refactor: swap the order of sprintf values
This commit is contained in:
parent
d5e9dbf47d
commit
fcc3707210
@ -105,8 +105,8 @@ function getContents(
|
|||||||
throw new HttpException(
|
throw new HttpException(
|
||||||
sprintf(
|
sprintf(
|
||||||
'%s %s',
|
'%s %s',
|
||||||
RSSBRIDGE_HTTP_STATUS_CODES[$result['code']] ?? $result['code'],
|
$result['code'],
|
||||||
$result['code']
|
RSSBRIDGE_HTTP_STATUS_CODES[$result['code']] ?? $result['code']
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user