mirror of
https://github.com/friendica/friendica
synced 2024-11-18 19:03:40 +00:00
Changed:
- added missing type-hint
This commit is contained in:
parent
c5a4a07a55
commit
80afe13a26
1 changed files with 1 additions and 1 deletions
|
@ -2560,7 +2560,7 @@ class Contact
|
|||
* @throws HTTPException\InternalServerErrorException
|
||||
* @throws \ImagickException
|
||||
*/
|
||||
public static function updateFromProbe(int $id, string $network = '')
|
||||
public static function updateFromProbe(int $id, string $network = ''): bool
|
||||
{
|
||||
$contact = DBA::selectFirst('contact', ['uid', 'url'], ['id' => $id]);
|
||||
if (!DBA::isResult($contact)) {
|
||||
|
|
Loading…
Reference in a new issue