Completed
Pull Request — master (#8)
by Michael
02:48
created
include/gtickets.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
          * @param bool   $post
161 161
          * @param string $area
162 162
          * @param bool   $allow_repost
163
-         * @return bool
163
+         * @return null|boolean
164 164
          */
165 165
         public function check($post = true, $area = '', $allow_repost = true)
166 166
         {
@@ -295,9 +295,9 @@  discard block
 block discarded – undo
295 295
         }
296 296
 
297 297
         /**
298
-         * @param $key_name
298
+         * @param string $key_name
299 299
          * @param $tmp_array
300
-         * @return array
300
+         * @return string[]
301 301
          */
302 302
         public function extract_post_recursive($key_name, $tmp_array)
303 303
         {
Please login to merge, or discard this patch.
qrcode.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,10 +98,10 @@
 block discarded – undo
98 98
 $myts = MyTextSanitizer::getInstance();
99 99
 
100 100
 /**
101
- * @param        $str
101
+ * @param        string $str
102 102
  * @param string $to
103 103
  * @param string $from
104
- * @return array|string
104
+ * @return string
105 105
  */
106 106
 function mylinks_qrcode_convert_encoding($str, $to = 'SJIS', $from = _CHARSET)
107 107
 {
Please login to merge, or discard this patch.