This commit is contained in:
Romain Neutron 2013-06-25 21:43:19 +02:00
commit c476054052
5 changed files with 8 additions and 4 deletions

View file

@ -22,8 +22,8 @@ class Dimension
private $height;
/**
* @param integer $width
* @param integer $height
* @param integer $width
* @param integer $height
*
* @throws InvalidArgumentException when one of the parameteres is invalid
*/

View file

@ -67,7 +67,7 @@ class TimeCode
/**
* Creates timecode from number of seconds.
*
* @param float $seconds
* @param float $quantity
*
* @return TimeCode
*/