correcting php doc comments

pull/17/head
El RIDO 2015-08-27 23:58:56 +02:00
parent be91afa042
commit ae82e84ef8
1 changed files with 2 additions and 2 deletions

View File

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