mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +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(
|
||||
sprintf(
|
||||
'%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