diff --git a/Upload.class.php b/Upload.class.php index 5038416..d0d736b 100644 --- a/Upload.class.php +++ b/Upload.class.php @@ -45,7 +45,7 @@ abstract class Upload * @param $greagwar_image GreagwarImage * @param null $width * @param null $height - * @param bool $crop + * @param bool $crop TODO: разъяснить за что отвечает этот "магический" параметер */ public static function saveImage($image, $greagwar_image, $width = null, $height = null, $crop = true) {