Fix doc blocks
This commit is contained in:
parent
c4edbe56ff
commit
0887d9088c
25 changed files with 58 additions and 52 deletions
|
|
@ -14,7 +14,7 @@ namespace FFMpeg\FFProbe\DataMapping;
|
|||
class Stream extends AbstractData
|
||||
{
|
||||
/**
|
||||
* Returns true if the stream is an audio stream
|
||||
* Returns true if the stream is an audio stream.
|
||||
*
|
||||
* @return Boolean
|
||||
*/
|
||||
|
|
@ -24,7 +24,7 @@ class Stream extends AbstractData
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns true if the stream is a video stream
|
||||
* Returns true if the stream is a video stream.
|
||||
*
|
||||
* @return Boolean
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue