@@ -170,7 +170,7 @@ |
||
170 | 170 | } |
171 | 171 | |
172 | 172 | /** |
173 | - * @return string |
|
173 | + * @return integer |
|
174 | 174 | */ |
175 | 175 | public function getBehavior() |
176 | 176 | { |
@@ -103,7 +103,7 @@ |
||
103 | 103 | } |
104 | 104 | |
105 | 105 | /** |
106 | - * @param $table |
|
106 | + * @param string $table |
|
107 | 107 | * @param array $uids |
108 | 108 | * @param boolean $isVisible |
109 | 109 | * @return void |
@@ -182,6 +182,7 @@ |
||
182 | 182 | /** |
183 | 183 | * Enable or disable features. $features can be a comma-separated list of feature names |
184 | 184 | * @param String $features |
185 | + * @param boolean $enabled |
|
185 | 186 | */ |
186 | 187 | private function setFeatureStatus($features, $enabled) |
187 | 188 | { |