Completed
Pull Request — master (#230)
by Richard
15:12
created
htdocs/class/captcha/xoopscaptcha.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     /**
51 51
      * Get Instance
52 52
      *
53
-     * @return Instance
53
+     * @return XoopsCaptcha
54 54
      */
55 55
     public static function getInstance()
56 56
     {
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     /**
66 66
      * XoopsCaptcha::loadConfig()
67 67
      *
68
-     * @param mixed $filename
68
+     * @param string $filename
69 69
      *
70 70
      * @return array
71 71
      */
Please login to merge, or discard this patch.