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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -188,6 +188,8 @@ class FFProbe
|
|||
/**
|
||||
* @api
|
||||
*
|
||||
* Creates an FFProbe.
|
||||
*
|
||||
* @param array|ConfigurationInterface $configuration
|
||||
* @param LoggerInterface $logger
|
||||
* @param Cache $cache
|
||||
|
|
|
|||
|
|
@ -75,6 +75,8 @@ abstract class AbstractProgressListener extends EventEmitter implements Listener
|
|||
/**
|
||||
* @param FFProbe $ffprobe
|
||||
* @param string $pathfile
|
||||
* @param integer $currentPass The cureent pass number
|
||||
* @param integer $totalPass The total number of passes
|
||||
*
|
||||
* @throws RuntimeException
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ class Frame extends AbstractMediaType
|
|||
*
|
||||
* Uses the `unaccurate method by default.`
|
||||
*
|
||||
* @param string $pathfile
|
||||
* @param string $pathfile
|
||||
* @param Boolean $accurate
|
||||
*
|
||||
* @return Frame
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue