@@ -142,7 +142,7 @@ discard block |
||
142 | 142 | * Returns expensive repair steps to be run on the |
143 | 143 | * command line with a special option. |
144 | 144 | * |
145 | - * @return IRepairStep[] |
|
145 | + * @return OldGroupMembershipShares[] |
|
146 | 146 | */ |
147 | 147 | public static function getExpensiveRepairSteps() { |
148 | 148 | return [ |
@@ -218,7 +218,6 @@ discard block |
||
218 | 218 | } |
219 | 219 | |
220 | 220 | /** |
221 | - * @param int $max |
|
222 | 221 | */ |
223 | 222 | public function finishProgress() { |
224 | 223 | // for now just emit as we did in the past |
@@ -256,6 +256,11 @@ |
||
256 | 256 | */ |
257 | 257 | // FIXME This method is only public, until OC_L10N does not need it anymore, |
258 | 258 | // FIXME This is also the reason, why it is not in the public interface |
259 | + |
|
260 | + /** |
|
261 | + * @param string|boolean $app |
|
262 | + * @param string|null $lang |
|
263 | + */ |
|
259 | 264 | public function getL10nFilesForApp($app, $lang) { |
260 | 265 | $languageFiles = []; |
261 | 266 |
@@ -136,7 +136,7 @@ |
||
136 | 136 | * Returns the list of members for a group-principal |
137 | 137 | * |
138 | 138 | * @param string $principal |
139 | - * @return array |
|
139 | + * @return string[] |
|
140 | 140 | */ |
141 | 141 | function getGroupMemberSet($principal) { |
142 | 142 | // TODO: for now the group principal has only one member, the user itself |
@@ -111,7 +111,7 @@ |
||
111 | 111 | * Looks up a system wide defined value |
112 | 112 | * |
113 | 113 | * @param string $key the key of the value, under which it was saved |
114 | - * @param mixed $default the default value to be returned if the value isn't set |
|
114 | + * @param string $default the default value to be returned if the value isn't set |
|
115 | 115 | * @return mixed the value or $default |
116 | 116 | */ |
117 | 117 | public function getSystemValue($key, $default = '') { |