Lint
This commit is contained in:
parent
df7bc9a088
commit
5e31767140
1 changed files with 6 additions and 6 deletions
|
@ -382,7 +382,7 @@ class FrontController
|
|||
}
|
||||
|
||||
/**
|
||||
* Get video format from request parameters or default format if none is specified
|
||||
* Get video format from request parameters or default format if none is specified.
|
||||
*
|
||||
* @param Request $request PSR-7 request
|
||||
*
|
||||
|
@ -400,7 +400,7 @@ class FrontController
|
|||
|
||||
/**
|
||||
* Get approriate HTTP response to redirect query
|
||||
* Depends on whether we want to stream, remux or simply redirect
|
||||
* Depends on whether we want to stream, remux or simply redirect.
|
||||
*
|
||||
* @param string $url URL of the video
|
||||
* @param string $format Requested format
|
||||
|
|
Loading…
Reference in a new issue