Skip to content

Commit

Permalink
Merge pull request PHP-FFMpeg#131 from sujayjaju/patch-1
Browse files Browse the repository at this point in the history
Update AbstractStreamableMedia.php
  • Loading branch information
romainneutron committed Dec 4, 2014
2 parents cba1ff9 + 287afbf commit 0599ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FFMpeg/Media/AbstractStreamableMedia.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,7 +31,7 @@ public function getStreams()
}

/**
* @return Stream
* @return Format
*/
public function getFormat()
{
Expand Down

0 comments on commit 0599ff4

Please sign in to comment.