@@ -54,7 +54,7 @@ |
||
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.'); |