mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-29 23:25:45 +02:00
refactor: swap the order of sprintf values
This commit is contained in:
parent
d5e9dbf47d
commit
fcc3707210
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue