This commit is contained in:
Romain Neutron 2012-05-25 16:22:16 +02:00
commit 04daae19d6
6 changed files with 21 additions and 23 deletions

View file

@ -26,7 +26,7 @@ class FFProbe extends Binary
/**
* Probe the format of a given file
*
* @param string $pathfile
* @param string $pathfile
* @return string
* @throws InvalidArgumentException
* @throws RuntimeException
@ -45,7 +45,7 @@ class FFProbe extends Binary
/**
* Probe the streams contained in a given file
*
* @param string $pathfile
* @param string $pathfile
* @return string
* @throws InvalidArgumentException
* @throws RuntimeException
@ -63,7 +63,7 @@ class FFProbe extends Binary
/**
*
* @param string $command
* @param string $command
* @return string
* @throws RuntimeException
*/