Ver Fonte

correcting php doc comments

El RIDO há 11 anos atrás
pai
commit
ae82e84ef8
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      lib/zerobin.php

+ 2 - 2
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())
     {