Merge pull request #113 from ryo-utsunomiya/patch-2

Fix Doc comment (width => integer)
This commit is contained in:
Romain Neutron 2014-07-18 01:40:57 -07:00
commit 8a27b77dcb

View file

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