From 322d9f667e7c1ba4be376a47e8aacb209199713f Mon Sep 17 00:00:00 2001 From: Callum Axon Date: Tue, 20 Feb 2024 19:35:34 +0000 Subject: [PATCH] style: more linting --- app/Console/Commands/NetworkData/ProcessNetworkData.php | 2 +- app/Libraries/UKCP.php | 6 +++--- app/Models/Mship/Concerns/HasEmails.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Console/Commands/NetworkData/ProcessNetworkData.php b/app/Console/Commands/NetworkData/ProcessNetworkData.php index 488824915e..835d9d105b 100644 --- a/app/Console/Commands/NetworkData/ProcessNetworkData.php +++ b/app/Console/Commands/NetworkData/ProcessNetworkData.php @@ -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) diff --git a/app/Libraries/UKCP.php b/app/Libraries/UKCP.php index b945457cf5..ef8f511818 100644 --- a/app/Libraries/UKCP.php +++ b/app/Libraries/UKCP.php @@ -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) @@ -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) diff --git a/app/Models/Mship/Concerns/HasEmails.php b/app/Models/Mship/Concerns/HasEmails.php index 5d1f4aadc7..66eb5dbf2f 100644 --- a/app/Models/Mship/Concerns/HasEmails.php +++ b/app/Models/Mship/Concerns/HasEmails.php @@ -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)