From 588f7d93287a303d3db4697423b21233e70380ac Mon Sep 17 00:00:00 2001 From: godsdog Date: Sat, 17 Aug 2024 00:14:29 +0200 Subject: [PATCH] Update helpers.php Small typo fix --- includes/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/helpers.php b/includes/helpers.php index 00877e2..df7ddae 100644 --- a/includes/helpers.php +++ b/includes/helpers.php @@ -292,7 +292,7 @@ function extract( $filename, $dest_dir ) { /** * Creates a zip files with the provided files/folder to zip * - * @param string $zip_files The name of the zip file + * @param string $zip_file The name of the zip file * @param array $files_to_zip The files to include in the zip file * * @return void