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; private $height;
/** /**
* @param integer $width * @param integer $width
* @param integer $height * @param integer $height
* *
* @throws InvalidArgumentException when one of the parameteres is invalid * @throws InvalidArgumentException when one of the parameteres is invalid
*/ */

View file

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

View file

@ -188,6 +188,8 @@ class FFProbe
/** /**
* @api * @api
* *
* Creates an FFProbe.
*
* @param array|ConfigurationInterface $configuration * @param array|ConfigurationInterface $configuration
* @param LoggerInterface $logger * @param LoggerInterface $logger
* @param Cache $cache * @param Cache $cache

View file

@ -75,6 +75,8 @@ abstract class AbstractProgressListener extends EventEmitter implements Listener
/** /**
* @param FFProbe $ffprobe * @param FFProbe $ffprobe
* @param string $pathfile * @param string $pathfile
* @param integer $currentPass The cureent pass number
* @param integer $totalPass The total number of passes
* *
* @throws RuntimeException * @throws RuntimeException
*/ */

View file

@ -65,7 +65,7 @@ class Frame extends AbstractMediaType
* *
* Uses the `unaccurate method by default.` * Uses the `unaccurate method by default.`
* *
* @param string $pathfile * @param string $pathfile
* @param Boolean $accurate * @param Boolean $accurate
* *
* @return Frame * @return Frame