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
|
@ -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 New Issue