mirror of
https://github.com/friendica/friendica
synced 2025-05-06 19:44:09 +02:00
Reformatted code
This commit is contained in:
parent
5699b03e8d
commit
fd8f4269ff
14 changed files with 138 additions and 155 deletions
|
@ -179,7 +179,7 @@ class Images
|
|||
/**
|
||||
* Gets info array from given URL, cached data has priority
|
||||
*
|
||||
* @param string $url URL
|
||||
* @param string $url
|
||||
* @return array Info
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
|
@ -207,7 +207,7 @@ class Images
|
|||
/**
|
||||
* Gets info from URL uncached
|
||||
*
|
||||
* @param string $url URL
|
||||
* @param string $url
|
||||
* @return array Info array
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue