Index: trunk/phase3/includes/libs/CSSMin.php |
— | — | @@ -78,7 +78,9 @@ |
79 | 79 | * Remaps CSS URL paths and automatically embeds data URIs for URL rules preceded by an /* @embed * / comment |
80 | 80 | * |
81 | 81 | * @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 ??? |
83 | 85 | * @return string Remapped CSS data |
84 | 86 | */ |
85 | 87 | public static function remap( $source, $local, $remote, $embed = true ) { |
— | — | @@ -139,7 +141,7 @@ |
140 | 142 | /** |
141 | 143 | * Removes whitespace from CSS data |
142 | 144 | * |
143 | | - * @param $source string CSS data to minify |
| 145 | + * @param $css string CSS data to minify |
144 | 146 | * @return string Minified CSS data |
145 | 147 | */ |
146 | 148 | public static function minify( $css ) { |