Make PHP-CS super-happy :)

This commit is contained in:
Philipp 2025-01-02 00:14:25 +01:00
parent 3e5872d0b1
commit f2ce5647f2
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
6 changed files with 44 additions and 41 deletions

View file

@ -99,7 +99,8 @@ HELP;
$this->config->reload();
if (empty($this->config->get('system', 'pidfile'))) {
throw new RuntimeException(<<< TXT
throw new RuntimeException(
<<< TXT
Please set system.pidfile in config/local.config.php. For example:
'system' => [