Fix indent for HEREDOC

This commit is contained in:
Art4 2024-12-26 10:26:10 +00:00
parent 68e729e192
commit eb0e1c393f

View file

@ -235,13 +235,13 @@ class App
DI::config()->reload();
if (empty(DI::config()->get('system', 'pidfile'))) {
die(<<<TXT
Please set system.pidfile in config/local.config.php. For example:
die(<<< TXT
Please set system.pidfile in config/local.config.php. For example:
'system' => [
'pidfile' => '/path/to/daemon.pid',
],
TXT
'system' => [
'pidfile' => '/path/to/daemon.pid',
],
TXT
);
}