]> git.mxchange.org Git - friendica.git/commitdiff
Fix indent for HEREDOC
authorArt4 <art4@wlabs.de>
Thu, 26 Dec 2024 10:26:10 +0000 (10:26 +0000)
committerArt4 <art4@wlabs.de>
Thu, 26 Dec 2024 10:26:10 +0000 (10:26 +0000)
src/App.php

index e5b95ec1d447614786afa90a18ca4157fa5a7dd2..a1634e54f903fe2a69e87297c8552c52a9471062 100644 (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
                        );
                }