Completed
Pull Request — master (#512)
by Michael
17:58 queued 08:36
created
htdocs/class/file/xoopsfile.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -92,9 +92,9 @@
 block discarded – undo
92 92
      * XoopsFile::getHandler()
93 93
      *
94 94
      * @param string $name
95
-     * @param mixed  $path
96
-     * @param mixed  $create
97
-     * @param mixed  $mode
95
+     * @param string  $path
96
+     * @param boolean  $create
97
+     * @param integer  $mode
98 98
      * @return
99 99
      */
100 100
     public static function getHandler($name = 'file', $path = false, $create = false, $mode = null)
Please login to merge, or discard this patch.