mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 08:35:17 +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(
|
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…
Add table
Add a link
Reference in a new issue