Skip to content

Commit 162ed8d

Browse files
committed
fix(Misc): phpcs issue
1 parent 593207c commit 162ed8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/Helpers/Misc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function get_file_infos( int $file_id ): array {
5858
* @return string $file_detail
5959
*/
6060
function get_file_detail( string $file_name, string $file_ext, string $file_size ): string {
61-
$details = [];
61+
$details = [];
6262

6363
if ( ! empty( $file_name ) ) {
6464
$details[] = $file_name;

0 commit comments

Comments
 (0)