From 63ce2256e1208a47327fee4efb36c7a48b9852f4 Mon Sep 17 00:00:00 2001 From: Tippin Date: Fri, 16 Jul 2021 13:54:26 -0400 Subject: [PATCH] Remove noinspection tags for dictionary --- src/Http/Resources/ProviderResource.php | 3 --- src/Repositories/ParticipantRepository.php | 1 - 2 files changed, 4 deletions(-) diff --git a/src/Http/Resources/ProviderResource.php b/src/Http/Resources/ProviderResource.php index b41bf67d..530b04c0 100644 --- a/src/Http/Resources/ProviderResource.php +++ b/src/Http/Resources/ProviderResource.php @@ -107,7 +107,6 @@ private function addAvatar(): array /** * @return array - * @noinspection SpellCheckingInspection */ private function addOptions(): array { @@ -149,7 +148,6 @@ private function canMessageFirst(): bool /** * @return bool - * @noinspection SpellCheckingInspection */ private function isFriendable(): bool { @@ -160,7 +158,6 @@ private function isFriendable(): bool /** * @param bool $isFriendable * @return bool - * @noinspection SpellCheckingInspection */ private function canFriend(bool $isFriendable): bool { diff --git a/src/Repositories/ParticipantRepository.php b/src/Repositories/ParticipantRepository.php index 2f8a64d9..81581330 100644 --- a/src/Repositories/ParticipantRepository.php +++ b/src/Repositories/ParticipantRepository.php @@ -32,7 +32,6 @@ public function __construct(Messenger $messenger) * @param Thread $thread * @param bool $withoutProvider * @return Collection - * @noinspection SpellCheckingInspection */ public function getThreadBroadcastableParticipants(Thread $thread, bool $withoutProvider = false): Collection {