Completed
Push — master ( dec90d...96ed40 )
by Tomas Norre
32:26
created
Classes/Language.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
 
132 132
 	/**
133 133
 	 *
134
-	 * @param unknown_type $key
134
+	 * @param string $key
135 135
 	 * @param unknown_type $fallbackorder
136 136
 	 * @param Element $contextElement
137 137
 	 * @return array
@@ -323,6 +323,7 @@  discard block
 block discarded – undo
323 323
 	 *
324 324
 	 * @param int uid
325 325
 	 * @param Element $el
326
+	 * @param integer $uid
326 327
 	 * @return boolean
327 328
 	 */
328 329
 	public function isLanguageUidInFallbackOrder($uid, Element $el) {
Please login to merge, or discard this patch.