Fix PHPDoc comments project-wide

This commit is contained in:
Hypolite Petovan 2019-01-06 16:06:53 -05:00
parent 6077aa5847
commit 3282ce5389
113 changed files with 1703 additions and 795 deletions

View file

@ -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)
{