fix(deps): update dependency friendsofphp/php-cs-fixer to <3.17.1 (main) (#2556)

* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.17.1

* style(legacy): format using php-cs-fixer

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
renovate[bot] 2023-05-25 15:06:18 +02:00 committed by GitHub
parent 734f8baeb4
commit 8b41302ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 62 additions and 114 deletions

View file

@ -247,12 +247,8 @@ class Application_Model_StoredFile
/**
* Set metadata element value.
*
* @param string $category
* Metadata element by metadata constant
* @param string $value
* value to store, if NULL then delete record
* @param mixed $p_category
* @param mixed $p_value
* @param mixed $p_category
* @param mixed $p_value
*/
public function setMetadataValue($p_category, $p_value)
{
@ -264,12 +260,8 @@ class Application_Model_StoredFile
/**
* Set metadata element value.
*
* @param string $category
* Metadata element by db column
* @param string $value
* value to store, if NULL then delete record
* @param mixed $p_category
* @param mixed $p_value
* @param mixed $p_category
* @param mixed $p_value
*/
public function setDbColMetadataValue($p_category, $p_value)
{
@ -468,7 +460,6 @@ SQL;
* This function is for when media monitor detects deletion of file
* and trying to update airtime side.
*
* @param bool $p_deleteFile
* @param mixed $deleteFromPlaylist
*/
public function deleteByMediaMonitor($deleteFromPlaylist = false)
@ -1009,8 +1000,8 @@ SQL;
/**
* Enter description here ...
*
* @param $dir_id - if this is not provided, it returns all files with full
* path constructed
* @param $dir_id - if this is not provided, it returns all files with full
* path constructed
* @param mixed $all
*/
public static function listAllFiles($dir_id = null, $all = true)