Completed
Pull Request — 2.1 (#4)
by Pierre
01:47
created
src/Mouf/Html/Utils/WebLibraryManager/WebLibrary.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
 	 * <p>If you don't specify http:// or https:// and if the file does not start with /, the file is considered to be relative to ROOT_URL.</p>
112 112
 	 * <div class="info">It is a good practice to make sure the file does not start with /, http:// or https:// (unless you are using a CDN).</div>
113 113
 	 * 
114
-	 * @param string $jsFile
114
+	 * @param string $cssFile
115 115
 	 */
116 116
 	public function addCssFile($cssFile) {
117 117
 		$this->cssFiles[] = $cssFile;
Please login to merge, or discard this patch.