@@ -47,7 +47,7 @@ discard block |
||
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 |
||
72 | 72 | |
73 | 73 | /** |
74 | 74 | * Initializes the tinyMCE |
75 | - * @return true |
|
75 | + * @return boolean |
|
76 | 76 | **/ |
77 | 77 | |
78 | 78 | function init() |