correcting php doc comments

This commit is contained in:
El RIDO 2015-08-27 23:58:56 +02:00
parent be91afa042
commit ae82e84ef8

View File

@ -171,7 +171,7 @@ class zerobin
* *
* @access private * @access private
* @param string $data * @param string $data
* @return void * @return string
*/ */
private function _create($data) private function _create($data)
{ {
@ -519,7 +519,7 @@ class zerobin
* @param bool $status * @param bool $status
* @param string $message * @param string $message
* @param array $other * @param array $other
* @return void * @return string
*/ */
private function _return_message($status, $message, $other = array()) private function _return_message($status, $message, $other = array())
{ {