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

@ -952,7 +952,7 @@ class Application_Model_Preference
/**
* Sets the time scale preference (agendaDay/agendaWeek/month) in Calendar.
*
* @param $timeScale new time scale
* @param $timeScale new time scale
*/
public static function SetCalendarTimeScale($timeScale)
{
@ -976,7 +976,7 @@ class Application_Model_Preference
/**
* Sets the number of entries to show preference in library under Playlist Builder.
*
* @param $numEntries new number of entries to show
* @param $numEntries new number of entries to show
*/
public static function SetLibraryNumEntries($numEntries)
{
@ -1000,7 +1000,7 @@ class Application_Model_Preference
/**
* Sets the time interval preference in Calendar.
*
* @param $timeInterval new time interval
* @param $timeInterval new time interval
*/
public static function SetCalendarTimeInterval($timeInterval)
{