Добавлено ТОДО

This commit is contained in:
Alexander Demidov
2013-08-05 22:28:09 +04:00
parent fccb7b3fd9
commit c7ac0233da

View File

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