Fix CS
This commit is contained in:
parent
d7cf9231af
commit
c476054052
5 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ class TimeCode
|
|||
/**
|
||||
* Creates timecode from number of seconds.
|
||||
*
|
||||
* @param float $seconds
|
||||
* @param float $quantity
|
||||
*
|
||||
* @return TimeCode
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue