Skip to content

Commit

Permalink
chore(deps-dev): bump laravel/pint from 1.13.1 to 1.13.3 (#6935)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexis Saettler <alexis@saettler.org>
  • Loading branch information
dependabot[bot] and asbiin authored Oct 16, 2023
1 parent 5b90773 commit 5ad0fe5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
1 change: 0 additions & 1 deletion app/Actions/AttemptToAuthenticateSocialite.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
6 changes: 0 additions & 6 deletions app/Helpers/DateHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -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
{
Expand Down Expand Up @@ -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
{
Expand Down
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ad0fe5

Please sign in to comment.