@@ -73,7 +73,6 @@ discard block |
||
73 | 73 | /** |
74 | 74 | * Adds a file to the concatenation/compression process. |
75 | 75 | * |
76 | - * @param String $path Path to the file to include in the compressed package/output. |
|
77 | 76 | */ |
78 | 77 | public function &addFile($file) { |
79 | 78 | $this->files .= ($this->files ? "," : "") . $file; |
@@ -218,7 +217,7 @@ discard block |
||
218 | 217 | /** |
219 | 218 | * Renders a script tag that loads the TinyMCE script. |
220 | 219 | * |
221 | - * @param Array $settings Name/value array with settings for the script tag. |
|
220 | + * @param Array $tagSettings Name/value array with settings for the script tag. |
|
222 | 221 | * @param Bool $return The script tag is return instead of being output if true |
223 | 222 | * @return String the tag is returned if $return is true |
224 | 223 | */ |