style(legacy): format using php-cs-fixer
This commit is contained in:
parent
ca535d1a10
commit
d73555fa65
10 changed files with 35 additions and 35 deletions
|
@ -13,11 +13,11 @@ class Application_Service_MediaService
|
|||
/** Move (or copy) a file to the stor/organize directory and send it off to the
|
||||
* analyzer to be processed.
|
||||
*
|
||||
* @param $fileId
|
||||
* @param $filePath string Path to the local file to import to the library
|
||||
* @param $originalFilename string The original filename, if you want it to be preserved after import
|
||||
* @param $ownerId string The ID of the user that will own the file inside Airtime
|
||||
* @param $copyFile bool True if you want to copy the file to the "organize" directory, false if you want to move it (default)
|
||||
* @param mixed $fileId
|
||||
*
|
||||
* @return Ambigous
|
||||
*
|
||||
|
@ -44,8 +44,8 @@ class Application_Service_MediaService
|
|||
}
|
||||
|
||||
/**
|
||||
* @param $fileId
|
||||
* @param bool $inline Set the Content-Disposition header to inline to prevent a download dialog from popping up (or attachment if false)
|
||||
* @param bool $inline Set the Content-Disposition header to inline to prevent a download dialog from popping up (or attachment if false)
|
||||
* @param mixed $fileId
|
||||
*
|
||||
* @throws Exception
|
||||
* @throws LibreTimeFileNotFoundException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue