Completed
Pull Request — master (#10048)
by Blizzz
17:28
created
lib/private/Log/Systemdlog.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 	protected $syslogId;
55 55
 
56 56
 	public function __construct(IConfig $config) {
57
-		if(!function_exists('sd_journal_send')) {
57
+		if (!function_exists('sd_journal_send')) {
58 58
 			throw new HintException(
59 59
 				'PHP extension php-systemd is not available.',
60 60
 				'Please install and enable PHP extension systemd if you wish to log to the Systemd journal.');
Please login to merge, or discard this patch.