mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Refer native constants unambiguously (#9275)
* Fix "native_constant_invocation" CS * "self_accessor" was fixed in 9269 PR * "php_unit_strict" was fixed in 9268 PR
This commit is contained in:
@@ -90,7 +90,7 @@ $config['syslog_id'] = 'roundcube';
|
||||
|
||||
// Syslog facility to use, if using the 'syslog' log driver.
|
||||
// For possible values see installer or http://php.net/manual/en/function.openlog.php
|
||||
$config['syslog_facility'] = LOG_USER;
|
||||
$config['syslog_facility'] = \LOG_USER;
|
||||
|
||||
// Activate this option if logs should be written to per-user directories.
|
||||
// Data will only be logged if a directory <log_dir>/<username>/ exists and is writable.
|
||||
|
||||
Reference in New Issue
Block a user