Update AbstractStreamableMedia.php
Annotation fix. getFormat() returns a Format.
This commit is contained in:
parent
c8949fe3df
commit
287afbf020
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
namespace FFMpeg\Media;
|
||||
|
||||
use FFMpeg\FFProbe\DataMapping\Stream;
|
||||
use FFMpeg\FFProbe\DataMapping\Format;
|
||||
use FFMpeg\FFProbe\DataMapping\StreamCollection;
|
||||
|
||||
abstract class AbstractStreamableMedia extends AbstractMediaType
|
||||
|
|
@ -31,7 +31,7 @@ abstract class AbstractStreamableMedia extends AbstractMediaType
|
|||
}
|
||||
|
||||
/**
|
||||
* @return Stream
|
||||
* @return Format
|
||||
*/
|
||||
public function getFormat()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue