@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SixtyNine\Cloud\Tests\Renderer; |
4 | 4 | |
5 | -use Imagine\Gd\Image; |
|
6 | 5 | use SixtyNine\Cloud\Factory\FontsFactory; |
7 | 6 | use SixtyNine\Cloud\Factory\PlacerFactory; |
8 | 7 | use SixtyNine\Cloud\Usher; |
@@ -27,6 +27,12 @@ |
||
27 | 27 | /** @var int */ |
28 | 28 | protected $right; |
29 | 29 | |
30 | + /** |
|
31 | + * @param integer $x |
|
32 | + * @param integer $y |
|
33 | + * @param integer $width |
|
34 | + * @param integer $height |
|
35 | + */ |
|
30 | 36 | public function __construct($x, $y, $width, $height) |
31 | 37 | { |
32 | 38 | $this->x = $x; |