Skip to content

Commit

Permalink
No need to specify type "string".
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode authored and MorrisJobke committed Nov 15, 2016
1 parent cd541d1 commit 45e0267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static function deleteUser(IUser $user) {
}
}

public static function getTurnSettings(IConfig $config, string $uid) {
public static function getTurnSettings(IConfig $config, $uid) {
$value = $config->getUserValue($uid, 'spreed', 'turn_settings');
if (empty($value)) {
return array();
Expand Down

0 comments on commit 45e0267

Please sign in to comment.