This commit is contained in:
Romain Neutron 2012-05-25 15:44:43 +02:00
commit 0b74d0c30c
12 changed files with 36 additions and 37 deletions

View file

@ -24,7 +24,7 @@ class FFProbe extends Binary
/**
* Probe the format of a given file
*
* @param string $pathfile
* @param string $pathfile
* @return string
* @throws Exception\InvalidFileArgumentException
* @throws Exception\RuntimeException
@ -43,7 +43,7 @@ class FFProbe extends Binary
/**
* Probe the streams contained in a given file
*
* @param string $pathfile
* @param string $pathfile
* @return string
* @throws Exception\InvalidFileArgumentException
* @throws Exception\RuntimeException
@ -61,7 +61,7 @@ class FFProbe extends Binary
/**
*
* @param string $command
* @param string $command
* @return string
* @throws Exception\RuntimeException
*/