r73635 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73634‎ | r73635 | r73636 >
Date:19:41, 23 September 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/libs/CSSMin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/libs/CSSMin.php
@@ -78,7 +78,9 @@
7979 * Remaps CSS URL paths and automatically embeds data URIs for URL rules preceded by an /* @embed * / comment
8080 *
8181 * @param $source string CSS data to remap
82 - * @param $path string File path where the source was read from
 82+ * @param $local string File path where the source was read from
 83+ * @param $remote string URL path to the file
 84+ * @param $embed ???
8385 * @return string Remapped CSS data
8486 */
8587 public static function remap( $source, $local, $remote, $embed = true ) {
@@ -139,7 +141,7 @@
140142 /**
141143 * Removes whitespace from CSS data
142144 *
143 - * @param $source string CSS data to minify
 145+ * @param $css string CSS data to minify
144146 * @return string Minified CSS data
145147 */
146148 public static function minify( $css ) {

Status & tagging log