Skip to content

Commit

Permalink
build: Bump laravel/pint from 1.13.8 to 1.13.10 (#3437)
Browse files Browse the repository at this point in the history
* build: Bump laravel/pint from 1.13.8 to 1.13.10

Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.8 to 1.13.10.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.13.8...v1.13.10)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* lint files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Toff <me@alextoff.uk>
  • Loading branch information
dependabot[bot] and atoff authored Jan 26, 2024
1 parent c7ed159 commit 8780820
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion app/Console/Commands/NetworkData/ProcessNetworkData.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ private function endExpiredPilotSessions($expiringPilots)
/**
* Retrieve and cache an airport from the database.
*
* @param $ident string
* @param $ident string
* @return mixed
*/
private function getAirport(string $ident)
Expand Down
6 changes: 3 additions & 3 deletions app/Libraries/UKCP.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected function getAccountFor(Account $account)
}

/**
* @param $token object|string A token object or token ID string
* @param $token object|string A token object or token ID string
* @return false|string
*/
public static function getKeyForToken($token)
Expand All @@ -87,8 +87,8 @@ public static function getKeyForToken($token)
}

/**
* @param $tokenID string The full length token ID
* @param $account Account
* @param $tokenID string The full length token ID
* @param $account Account
* @return string
*/
public static function getPathForToken($tokenID, $account)
Expand Down
2 changes: 1 addition & 1 deletion app/Models/Mship/Concerns/HasEmails.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function setEmail($primaryEmail)
/**
* Retrieve an email address for a given SSO service.
*
* @param $sso_account_id
* @param $sso_account_id
* @return string
*/
public function getEmailForService($ssoAccountId)
Expand Down
2 changes: 1 addition & 1 deletion app/Policies/Training/WaitingListPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function create(Account $account)
/**
* Returns if the account has permission for either the ID or department type for the given permission
*
* @param string|string[] $permissionTemplate Of sprintf format, e.g. "permsion.to.%s"
* @param string|string[] $permissionTemplate Of sprintf format, e.g. "permsion.to.%s"
* @return void
*/
private function checkHasPermissionForList(Account $account, WaitingList $waitingList, mixed $permissionTemplates): bool
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

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

0 comments on commit 8780820

Please sign in to comment.