mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00:00
Some fixes:
- $gsid's default value cannot sadly be 0, it now must be null to allow some code work - added some more type-hints - documented a bit more
This commit is contained in:
parent
4e53666c70
commit
33768ea1c6
8 changed files with 21 additions and 15 deletions
|
@ -1445,7 +1445,7 @@ class Probe
|
|||
* @return array|bool OStatus data or "false" on error or "true" on short mode
|
||||
* @throws HTTPException\InternalServerErrorException
|
||||
*/
|
||||
private static function ostatus($webfinger, $short = false)
|
||||
private static function ostatus(array $webfinger, bool $short = false)
|
||||
{
|
||||
$data = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue