Completed
Push — master ( 70b96b...ed35ab )
by Michael
05:48
created
htdocs/class/xoopseditor/tinymce4/tinymce1.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
   * Creates one instance of the tinyMCE object
48 48
   *
49 49
   * @param    array     $config     The configuration
50
-  * @return   object    $instance   The instance of tinyMCE object
50
+  * @return   TinyMCE    $instance   The instance of tinyMCE object
51 51
   **/
52 52
     function &instance( $config )
53 53
     {
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
 
73 73
   /**
74 74
   * Initializes the tinyMCE
75
-  * @return   true
75
+  * @return   boolean
76 76
   **/
77 77
 
78 78
     function init()
Please login to merge, or discard this patch.