From 62e5f4dfbb76ab1919c4905570cc34274c685cef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 15:28:57 +0100 Subject: [PATCH] fix(deps): update dependency friendsofphp/php-cs-fixer to <3.43.2 (main) (#2848) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [friendsofphp/php-cs-fixer](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer) | `<3.42.1` -> `<3.43.2` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/friendsofphp%2fphp-cs-fixer/3.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/friendsofphp%2fphp-cs-fixer/3.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/friendsofphp%2fphp-cs-fixer/3.42.0/3.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/friendsofphp%2fphp-cs-fixer/3.42.0/3.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer) ### [`v3.43.1`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3431) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.43.0...v3.43.1) - fix: Import only unique symbols' short names ([#​7635](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7635)) ### [`v3.43.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3430) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.42.0...v3.43.0) - chore: change base of `@Symfony` set to `@PER-CS2.0` ([#​7627](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7627)) - chore: PHPUnit - allow for v10 ([#​7606](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7606)) - chore: Preg - rework catching the error ([#​7616](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7616)) - chore: Revert unneeded peer-dep-pin and re-gen lock file ([#​7618](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7618)) - docs: drop extra note about 8.0.0 bug in README.md ([#​7614](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7614)) - feat: add cast_spaces into `@PER-CS2.0` ([#​7625](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7625)) - feat: Configurable phpDoc tags for FQCN processing ([#​7628](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7628)) - feat: StatementIndentationFixer - introduce stick_comment_to_next_continuous_control_statement config ([#​7624](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7624)) - feat: UnaryOperatorSpacesFixer - introduce only_dec_inc config ([#​7626](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7626)) - fix: FullyQualifiedStrictTypesFixer - better support annotations in inline {} ([#​7633](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7633)) - fix: Improve how FQCN is handled in phpDoc ([#​7622](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7622)) - fix: phpdoc_align - fix multiline tag alignment issue ([#​7630](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7630))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/libretime/libretime). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo --- legacy/application/models/Scheduler.php | 4 ++-- legacy/application/models/StoredFile.php | 2 +- legacy/application/models/User.php | 2 +- legacy/application/services/PodcastService.php | 2 +- legacy/application/services/ShowService.php | 4 ++-- legacy/application/services/ThirdPartyCeleryService.php | 2 +- legacy/tools/composer.json | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) 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" } }