mirror of
https://github.com/friendica/friendica
synced 2025-01-24 07:39:49 +00:00
Make PHP-CS even more happy :)
This commit is contained in:
parent
f2ce5647f2
commit
2b5882855b
3 changed files with 34 additions and 33 deletions
|
@ -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' => [
|
||||
|
|
Loading…
Add table
Reference in a new issue