From a709295fd9923c674eae4aef67a1351e09305230 Mon Sep 17 00:00:00 2001 From: Nguyen Tran Chung Date: Fri, 2 Dec 2022 12:41:52 +0900 Subject: [PATCH] array_indentation --- tinyfilemanager.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index dd45d5a..3888360 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -952,9 +952,9 @@ if (!empty($_FILES) && !FM_READONLY) { ); } else { $response = array ( - 'status' => 'error', - 'info' => "failed to open output stream", - 'errorDetails' => error_get_last() + 'status' => 'error', + 'info' => "failed to open output stream", + 'errorDetails' => error_get_last() ); } @fclose($in); @@ -969,7 +969,7 @@ if (!empty($_FILES) && !FM_READONLY) { $response = array ( 'status' => 'error', 'info' => "failed to open output stream" - ); + ); } if ($chunkIndex == $chunkTotal - 1) {