Skip to content

Commit

Permalink
style: more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AxonC committed Feb 20, 2024
1 parent 4cee1d8 commit 322d9f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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

0 comments on commit 322d9f6

Please sign in to comment.