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
|
@ -618,9 +618,9 @@ final class Application_Model_Scheduler
|
|||
* cc_schedule items, where the items get inserted after
|
||||
* @param $filesToInsert
|
||||
* array of schedule item info, what gets inserted into cc_schedule
|
||||
* @param $adjustSched
|
||||
* @param mixed $mediaItems
|
||||
* @param mixed $moveAction
|
||||
* @param mixed $adjustSched
|
||||
*/
|
||||
private function insertAfter($scheduleItems, $mediaItems, $filesToInsert = null, $adjustSched = true, $moveAction = false)
|
||||
{
|
||||
|
|
|
@ -52,7 +52,7 @@ class CcFiles extends BaseCcFiles
|
|||
/**
|
||||
* Retrieve a sanitized version of the file metadata, suitable for public access.
|
||||
*
|
||||
* @param $fileId
|
||||
* @param mixed $fileId
|
||||
*/
|
||||
public static function getSanitizedFileById($fileId)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue