Completed
Pull Request — master (#5258)
by Sean
29:40 queued 19:27
created
thirdparty/tinymce/tiny_mce_gzip.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.