Completed
Push — master ( 395766...48e7d6 )
by Michael
31:27 queued 21:43
created
xoops-martin/zip/unzip.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
 
147 147
         /**
148 148
          * @param $zip
149
-         * @return mixed
149
+         * @return string
150 150
          */
151 151
         function ReadFileHeader($zip)
152 152
         {
Please login to merge, or discard this patch.
xoops-martin/class/member.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,8 @@
 block discarded – undo
41 41
      * @created   :2010年06月20日 13时09分
42 42
      * @copyright 1997-2010 The Martin Group
43 43
      * @author    Martin <[email protected]>
44
-     * @param      $sql
45
-     * @param null $key
44
+     * @param      string $sql
45
+     * @param string $key
46 46
      * @return array
47 47
      */
48 48
     public function GetRows($sql, $key = null)
Please login to merge, or discard this patch.