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:
Michael Voříšek
2023-12-23 17:02:19 +01:00
committed by GitHub
parent 9ea87a14b2
commit 3e458fa5fd
114 changed files with 380 additions and 365 deletions

View File

@@ -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.