1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-11 16:34:00 +02:00

Updated comments to match method signatures

This commit is contained in:
Guido Contreras Woda
2014-04-09 11:11:17 -03:00
parent 6c0574ddba
commit 5254cce729

View File

@@ -1207,6 +1207,7 @@ class Image
* @param integer $pos_y * @param integer $pos_y
* @param integer $width * @param integer $width
* @param integer $height * @param integer $height
* @param boolean $filled
* @return Image * @return Image
*/ */
public function ellipse($color, $pos_x = 0, $pos_y = 0, $width = 10, $height = 10, $filled = true) public function ellipse($color, $pos_x = 0, $pos_y = 0, $width = 10, $height = 10, $filled = true)
@@ -1238,8 +1239,8 @@ class Image
* @param string $text * @param string $text
* @param integer $posx * @param integer $posx
* @param integer $posy * @param integer $posy
* @param integer $size_or_callback
* @param integer $angle * @param integer $angle
* @param integer $size
* @param string $color * @param string $color
* @param string $fontfile * @param string $fontfile
* @return Image * @return Image