mirror of
https://github.com/friendica/friendica
synced 2025-04-27 09:50:12 +00:00
Fix PHPDoc comments project-wide
This commit is contained in:
parent
6077aa5847
commit
3282ce5389
113 changed files with 1703 additions and 795 deletions
|
@ -22,6 +22,7 @@ class Salmon
|
|||
* @param string $uri Uniform Resource Identifier
|
||||
* @param string $keyhash encoded key
|
||||
* @return mixed
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function getKey($uri, $keyhash)
|
||||
{
|
||||
|
@ -86,6 +87,7 @@ class Salmon
|
|||
* @param string $url url
|
||||
* @param string $slap slap
|
||||
* @return integer
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function slapper($owner, $url, $slap)
|
||||
{
|
||||
|
@ -205,6 +207,7 @@ class Salmon
|
|||
/**
|
||||
* @param string $pubkey public key
|
||||
* @return string
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function salmonKey($pubkey)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue