Completed
Push — 7LTS_compatible ( 3c5c36...4a528e )
by Tomas Norre
22:12 queued 19:58
created
classes/Services/FeServices.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -58,8 +58,8 @@  discard block
 block discarded – undo
58 58
 
59 59
 	/**
60 60
 	 * @param $uid
61
-	 * @param $table
62
-	 * @param $lUid
61
+	 * @param string $table
62
+	 * @param integer $lUid
63 63
 	 * @return mixed
64 64
 	 */
65 65
 	public static function checkVisiblityForElement($uid, $table, $lUid) {
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
 
76 76
 	/**
77 77
 	 * @param $uid
78
-	 * @param $table
78
+	 * @param string $table
79 79
 	 * @return tx_languagevisibility_element
80 80
 	 */
81 81
 	public static function getElement($uid, $table) {
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
 
90 90
 	/**
91 91
 	 * @param $element
92
-	 * @param $lUid
92
+	 * @param integer $lUid
93 93
 	 * @return mixed
94 94
 	 */
95 95
 	public static function getOverlayLanguageIdForElement($element, $lUid) {
Please login to merge, or discard this patch.