1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-17 20:28:21 +01: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 $width
* @param integer $height
* @param boolean $filled
* @return Image
*/
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 integer $posx
* @param integer $posy
* @param integer $size_or_callback
* @param integer $angle
* @param integer $size
* @param string $color
* @param string $fontfile
* @return Image