Completed
Pull Request — master (#102)
by Gino
03:20
created
class/files/TDMCreateSmartyCode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     *  @param null
44 44
     */
45 45
     /**
46
-     * @return TDMCreateSmartySmartyCodes
46
+     * @return TDMCreateSmartyCode
47 47
      */
48 48
     public static function &getInstance()
49 49
     {
Please login to merge, or discard this patch.
class/files/admin/AdminXoopsCode.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     *  @param null
33 33
     */
34 34
     /**
35
-     * @return Axc
35
+     * @return AdminXoopsCode
36 36
      */
37 37
     public static function &getInstance()
38 38
     {
@@ -316,8 +316,8 @@  discard block
 block discarded – undo
316 316
     /**
317 317
      *  @public function getAxcFetchMedia
318 318
      *
319
-     *  @param $anchor
320
-     *  @param $var
319
+     *  @param string $anchor
320
+     *  @param string $var
321 321
      *
322 322
      *  @return string
323 323
      */
@@ -329,7 +329,7 @@  discard block
 block discarded – undo
329 329
     /**
330 330
      *  @public function getAxcSetPrefix
331 331
      *
332
-     *  @param $anchor
332
+     *  @param string $anchor
333 333
      *  @param $var
334 334
      *
335 335
      *  @return string
Please login to merge, or discard this patch.