Fix Doc comment (width => integer)

This commit is contained in:
Ryo Utsunomiya 2014-07-18 14:19:50 +09:00
commit 7fe6dcf542

View file

@ -40,7 +40,7 @@ class Dimension
/** /**
* Returns width. * Returns width.
* *
* @return width * @return integer
*/ */
public function getWidth() public function getWidth()
{ {