Make PHP-CS even more happy :)

This commit is contained in:
Philipp 2025-01-02 00:19:08 +01:00
parent f2ce5647f2
commit 2b5882855b
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 34 additions and 33 deletions

View file

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