mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
correcting php doc comments
This commit is contained in:
parent
be91afa042
commit
ae82e84ef8
@ -171,7 +171,7 @@ class zerobin
|
||||
*
|
||||
* @access private
|
||||
* @param string $data
|
||||
* @return void
|
||||
* @return string
|
||||
*/
|
||||
private function _create($data)
|
||||
{
|
||||
@ -519,7 +519,7 @@ class zerobin
|
||||
* @param bool $status
|
||||
* @param string $message
|
||||
* @param array $other
|
||||
* @return void
|
||||
* @return string
|
||||
*/
|
||||
private function _return_message($status, $message, $other = array())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user