mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Remove double space so php-cs stops complaining
Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
This commit is contained in:
parent
b89fbaf52d
commit
f28ee36e20
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class SettingsManager {
|
|||
* @return bool
|
||||
*/
|
||||
public function replyToInitiator(): bool {
|
||||
$replyToInitiator = $this->config->getAppValue('sharebymail', 'replyToInitiator', $this->replyToInitiatorDefault);
|
||||
$replyToInitiator = $this->config->getAppValue('sharebymail', 'replyToInitiator', $this->replyToInitiatorDefault);
|
||||
return $replyToInitiator === 'yes';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue