Update comment

This commit is contained in:
Pierre 2018-01-06 18:30:48 +01:00
parent 737d3bccb1
commit b263d8b5a5

View File

@ -60,7 +60,7 @@ function generateNewFileName(string $directory, string $extension) : string {
/** /**
* Reduces an image size * 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 string $targetFile The target of the reduced image
* @param int $maxWidth The maximal width of the image * @param int $maxWidth The maximal width of the image
* @param int $maxHeight The maximal height of the image * @param int $maxHeight The maximal height of the image