mirror of
https://github.com/friendica/friendica
synced 2025-05-01 23:04:24 +02:00
Removed the rest of the @brief fields
This commit is contained in:
parent
ab8997f9db
commit
dcbd44ab88
7 changed files with 7 additions and 15 deletions
|
@ -18,7 +18,7 @@ class Arrays
|
|||
}
|
||||
|
||||
/**
|
||||
* @briefs Implodes recursively a multi-dimensional array where a normal implode() will fail.
|
||||
* Implodes recursively a multi-dimensional array where a normal implode() will fail.
|
||||
*
|
||||
* @param array $array Array to implode
|
||||
* @param string $glue Glue for imploded elements
|
||||
|
|
|
@ -111,8 +111,6 @@ class HTTPSignature
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief
|
||||
*
|
||||
* @param array $head
|
||||
* @param string $prvkey
|
||||
* @param string $keyid (optional, default 'Key')
|
||||
|
@ -145,8 +143,6 @@ class HTTPSignature
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief
|
||||
*
|
||||
* @param array $head
|
||||
* @param string $prvkey
|
||||
* @param string $alg (optional) default 'sha256'
|
||||
|
@ -178,8 +174,6 @@ class HTTPSignature
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief
|
||||
*
|
||||
* @param string $header
|
||||
* @return array associate array with
|
||||
* - \e string \b keyID
|
||||
|
@ -224,8 +218,6 @@ class HTTPSignature
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief
|
||||
*
|
||||
* @param string $header
|
||||
* @param string $prvkey (optional), if not set use site private key
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue