array_indentation

This commit is contained in:
Nguyen Tran Chung 2022-12-02 12:41:52 +09:00
parent 896c58a087
commit a709295fd9
No known key found for this signature in database
GPG key ID: 1E47DA8A9B29876B

View file

@ -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) {