mirror of
https://github.com/friendica/friendica
synced 2025-09-02 20:45:03 +02:00
Continued:
- more type-hints - fixed incompatible method declarations
This commit is contained in:
parent
1edc6b3c3b
commit
40d7f29a11
6 changed files with 37 additions and 35 deletions
|
@ -123,7 +123,7 @@ class Avatar
|
|||
return $fields;
|
||||
}
|
||||
|
||||
private static function getFilename(string $url)
|
||||
private static function getFilename(string $url): string
|
||||
{
|
||||
$guid = Item::guidFromUri($url, parse_url($url, PHP_URL_HOST));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue