From 5ad0fe558e1b6d60d1834d0a34d4c9a9c3da5105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:25:33 +0200 Subject: [PATCH] chore(deps-dev): bump laravel/pint from 1.13.1 to 1.13.3 (#6935) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexis Saettler --- .../AttemptToAuthenticateSocialite.php | 1 - app/Helpers/DateHelper.php | 6 ------ composer.lock | 20 +++++++++---------- 3 files changed, 10 insertions(+), 17 deletions(-) diff --git a/app/Actions/AttemptToAuthenticateSocialite.php b/app/Actions/AttemptToAuthenticateSocialite.php index 9167759b93d..9513b4badd9 100644 --- a/app/Actions/AttemptToAuthenticateSocialite.php +++ b/app/Actions/AttemptToAuthenticateSocialite.php @@ -166,7 +166,6 @@ private function createUserToken(User $user, string $driver, SocialiteUser $soci /** * Throw a failed authentication validation exception. * - * @param string $message * * @throws \Illuminate\Validation\ValidationException */ diff --git a/app/Helpers/DateHelper.php b/app/Helpers/DateHelper.php index bd55072ba40..7e270f82f32 100644 --- a/app/Helpers/DateHelper.php +++ b/app/Helpers/DateHelper.php @@ -20,8 +20,6 @@ public static function format(Carbon $date, User $user): string /** * Return a date according to the timezone of the user, in a * short format like "Oct 29, 1981". - * - * @param string $timezone */ public static function formatDate(Carbon $date, string $timezone = null): string { @@ -35,8 +33,6 @@ public static function formatDate(Carbon $date, string $timezone = null): string /** * Return a date and the time according to the timezone of the user, in a * short format like "Oct 29, 1981 19:32". - * - * @param string $timezone */ public static function formatShortDateWithTime(Carbon $date, string $timezone = null): string { @@ -89,8 +85,6 @@ public static function formatShortDay(Carbon $date): string /** * Return the day and the month in a format like "Monday (July 29th)". - * - * @param string $timezone */ public static function formatDayAndMonthInParenthesis(Carbon $date, string $timezone = null): string { diff --git a/composer.lock b/composer.lock index a4f3904cc78..90a24d27613 100644 --- a/composer.lock +++ b/composer.lock @@ -13028,16 +13028,16 @@ }, { "name": "laravel/pint", - "version": "v1.13.1", + "version": "v1.13.3", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "22f204242d68095b3ba7dab5d3ef0240454a4652" + "reference": "93b2d0d49719bc6e444ba21cd4dbbccec935413d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/22f204242d68095b3ba7dab5d3ef0240454a4652", - "reference": "22f204242d68095b3ba7dab5d3ef0240454a4652", + "url": "https://api.github.com/repos/laravel/pint/zipball/93b2d0d49719bc6e444ba21cd4dbbccec935413d", + "reference": "93b2d0d49719bc6e444ba21cd4dbbccec935413d", "shasum": "" }, "require": { @@ -13048,13 +13048,13 @@ "php": "^8.1.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.21.1", - "illuminate/view": "^10.5.1", + "friendsofphp/php-cs-fixer": "^3.34.1", + "illuminate/view": "^10.23.1", "laravel-zero/framework": "^10.1.2", - "mockery/mockery": "^1.5.1", - "nunomaduro/larastan": "^2.5.1", + "mockery/mockery": "^1.6.6", + "nunomaduro/larastan": "^2.6.4", "nunomaduro/termwind": "^1.15.1", - "pestphp/pest": "^2.4.0" + "pestphp/pest": "^2.18.2" }, "bin": [ "builds/pint" @@ -13090,7 +13090,7 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2023-09-06T11:03:34+00:00" + "time": "2023-10-10T15:39:09+00:00" }, { "name": "laravel/sail",