Completed
Push — 7LTS_compatible ( c21a92...32b2da )
by Tomas Norre
14:22
created
Classes/Services/FeServices.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 
59 59
 	/**
60 60
 	 * @param $uid
61
-	 * @param $table
61
+	 * @param string $table
62 62
 	 * @param $lUid
63 63
 	 * @return mixed
64 64
 	 */
@@ -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 \AOE\Languagevisibility\Element
80 80
 	 */
81 81
 	public static function getElement($uid, $table) {
@@ -88,8 +88,8 @@  discard block
 block discarded – undo
88 88
 	}
89 89
 
90 90
 	/**
91
-	 * @param $element
92
-	 * @param $lUid
91
+	 * @param \AOE\Languagevisibility\Element $element
92
+	 * @param integer $lUid
93 93
 	 * @return mixed
94 94
 	 */
95 95
 	public static function getOverlayLanguageIdForElement($element, $lUid) {
@@ -102,8 +102,8 @@  discard block
 block discarded – undo
102 102
 
103 103
 	/**
104 104
 	 * @param $uid
105
-	 * @param $table
106
-	 * @param $lUid
105
+	 * @param string $table
106
+	 * @param integer $lUid
107 107
 	 * @return mixed
108 108
 	 */
109 109
 	public static function getOverlayLanguageIdForElementRecord($uid, $table, $lUid) {
Please login to merge, or discard this patch.