From eb0e1c393f3c448cfee4d92dd9fa907688354b6c Mon Sep 17 00:00:00 2001 From: Art4 Date: Thu, 26 Dec 2024 10:26:10 +0000 Subject: [PATCH] Fix indent for HEREDOC --- src/App.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ); }