From: Art4 Date: Thu, 26 Dec 2024 10:26:10 +0000 (+0000) Subject: Fix indent for HEREDOC X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eb0e1c393f3c448cfee4d92dd9fa907688354b6c;p=friendica.git Fix indent for HEREDOC --- diff --git a/src/App.php b/src/App.php index e5b95ec1d4..a1634e54f9 100644 --- a/src/App.php +++ b/src/App.php @@ -235,13 +235,13 @@ class App DI::config()->reload(); if (empty(DI::config()->get('system', 'pidfile'))) { - die(<< [ - 'pidfile' => '/path/to/daemon.pid', - ], - TXT + 'system' => [ + 'pidfile' => '/path/to/daemon.pid', + ], + TXT ); }