We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593207c commit 162ed8dCopy full SHA for 162ed8d
inc/Helpers/Misc.php
@@ -58,7 +58,7 @@ function get_file_infos( int $file_id ): array {
58
* @return string $file_detail
59
*/
60
function get_file_detail( string $file_name, string $file_ext, string $file_size ): string {
61
- $details = [];
+ $details = [];
62
63
if ( ! empty( $file_name ) ) {
64
$details[] = $file_name;
0 commit comments