diff --git a/legacy/application/models/Scheduler.php b/legacy/application/models/Scheduler.php index 634daf437..e7415acc3 100644 --- a/legacy/application/models/Scheduler.php +++ b/legacy/application/models/Scheduler.php @@ -615,9 +615,9 @@ final class Application_Model_Scheduler * Enter description here ... * * @param $scheduleItems - * cc_schedule items, where the items get inserted after + * cc_schedule items, where the items get inserted after * @param $filesToInsert - * array of schedule item info, what gets inserted into cc_schedule + * array of schedule item info, what gets inserted into cc_schedule * @param mixed $mediaItems * @param mixed $moveAction * @param mixed $adjustSched diff --git a/legacy/application/models/StoredFile.php b/legacy/application/models/StoredFile.php index 76999a789..bdb97dbaf 100644 --- a/legacy/application/models/StoredFile.php +++ b/legacy/application/models/StoredFile.php @@ -1001,7 +1001,7 @@ SQL; * Enter description here ... * * @param $dir_id - if this is not provided, it returns all files with full - * path constructed + * path constructed * @param mixed $all */ public static function listAllFiles($dir_id = null, $all = true) diff --git a/legacy/application/models/User.php b/legacy/application/models/User.php index 9945c684f..9e0661db5 100644 --- a/legacy/application/models/User.php +++ b/legacy/application/models/User.php @@ -265,7 +265,7 @@ class Application_Model_User * uses it to figure out who to reassign the deleted users files to. * * @param $ignoreUser String optional userid of a user that shall be ignored when - * when looking for the "first" admin + * when looking for the "first" admin * * @return null|CcSubj */ diff --git a/legacy/application/services/PodcastService.php b/legacy/application/services/PodcastService.php index b0c3ab516..a2fc29e35 100644 --- a/legacy/application/services/PodcastService.php +++ b/legacy/application/services/PodcastService.php @@ -139,7 +139,7 @@ class Application_Service_PodcastService /** * @param $title passed in directly from web UI input - * This will automatically create a smartblock and playlist for this podcast + * This will automatically create a smartblock and playlist for this podcast * @param mixed $podcast */ public static function createPodcastSmartblockAndPlaylist($podcast, $title = null) diff --git a/legacy/application/services/ShowService.php b/legacy/application/services/ShowService.php index db1b609ac..3bedbcba8 100644 --- a/legacy/application/services/ShowService.php +++ b/legacy/application/services/ShowService.php @@ -754,8 +754,8 @@ SQL; * Enter description here ... * * @param $daysRemoved array of days (days of the week) removed - * (days of the week are represented numerically - * 0=>sunday, 1=>monday, 2=>tuesday, etc.) + * (days of the week are represented numerically + * 0=>sunday, 1=>monday, 2=>tuesday, etc.) * @param $showDays array of ccShowDays objects * @param mixed $showId */ diff --git a/legacy/application/services/ThirdPartyCeleryService.php b/legacy/application/services/ThirdPartyCeleryService.php index fcdc38803..6a5efb5bb 100644 --- a/legacy/application/services/ThirdPartyCeleryService.php +++ b/legacy/application/services/ThirdPartyCeleryService.php @@ -46,7 +46,7 @@ abstract class Application_Service_ThirdPartyCeleryService extends Application_S * * @param $fileId int CcFiles identifier * @param $brokerTaskId int broker task identifier to so we can asynchronously - * receive completed task messages + * receive completed task messages * @param $taskName string broker task name * * @return CeleryTasks the created task diff --git a/legacy/tools/composer.json b/legacy/tools/composer.json index 48fb468d5..2d91b631b 100644 --- a/legacy/tools/composer.json +++ b/legacy/tools/composer.json @@ -1,6 +1,6 @@ { "require": { "php": "^7.4", - "friendsofphp/php-cs-fixer": "<3.42.1" + "friendsofphp/php-cs-fixer": "<3.43.2" } }