From b263d8b5a50f8c2e032a2543d8de221033bb579a Mon Sep 17 00:00:00 2001 From: Pierre Date: Sat, 6 Jan 2018 18:30:48 +0100 Subject: [PATCH] Update comment --- functions/files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/files.php b/functions/files.php index cd94319..9f86ef5 100644 --- a/functions/files.php +++ b/functions/files.php @@ -60,7 +60,7 @@ function generateNewFileName(string $directory, string $extension) : string { /** * Reduces an image size * - * @param string $fileName The name of the image to reduce + * @param string $fileName The name of the image to reduce / "string" to give an image string * @param string $targetFile The target of the reduced image * @param int $maxWidth The maximal width of the image * @param int $maxHeight The maximal height of the image