From ae82e84ef8a14eb78b3c331fbe09a9cb50214ff0 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Thu, 27 Aug 2015 23:58:56 +0200 Subject: [PATCH] correcting php doc comments --- lib/zerobin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/zerobin.php b/lib/zerobin.php index 541ad069..ce10d045 100644 --- a/lib/zerobin.php +++ b/lib/zerobin.php @@ -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()) {