@@ -28,6 +28,10 @@ |
||
| 28 | 28 | /** @var int */ |
| 29 | 29 | protected $right; |
| 30 | 30 | |
| 31 | + /** |
|
| 32 | + * @param integer $x |
|
| 33 | + * @param integer $y |
|
| 34 | + */ |
|
| 31 | 35 | public function __construct($x, $y, $width, $height) |
| 32 | 36 | { |
| 33 | 37 | $this->x = $x; |