mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:50:17 +00:00
Update DateTimeFormat documentation
- Remove an explicit default value parameter
This commit is contained in:
parent
d62f21cfa1
commit
ecaed2a845
3 changed files with 4 additions and 4 deletions
|
@ -103,7 +103,7 @@ class ApiResponse extends Response
|
|||
'alternate' => $user_info['url'],
|
||||
'self' => $this->baseUrl . '/' . $this->args->getQueryString(),
|
||||
'base' => $this->baseUrl,
|
||||
'updated' => DateTimeFormat::utc(null, DateTimeFormat::API),
|
||||
'updated' => DateTimeFormat::utcNow(DateTimeFormat::API),
|
||||
'atom_updated' => DateTimeFormat::utcNow(DateTimeFormat::ATOM),
|
||||
'language' => $user_info['lang'],
|
||||
'logo' => $this->baseUrl . '/images/friendica-32.png',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue