Skip to content

Commit

Permalink
Remove noinspection tags for dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
RTippin committed Jul 16, 2021
1 parent 66801e1 commit 63ce225
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/Http/Resources/ProviderResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ private function addAvatar(): array

/**
* @return array
* @noinspection SpellCheckingInspection
*/
private function addOptions(): array
{
Expand Down Expand Up @@ -149,7 +148,6 @@ private function canMessageFirst(): bool

/**
* @return bool
* @noinspection SpellCheckingInspection
*/
private function isFriendable(): bool
{
Expand All @@ -160,7 +158,6 @@ private function isFriendable(): bool
/**
* @param bool $isFriendable
* @return bool
* @noinspection SpellCheckingInspection
*/
private function canFriend(bool $isFriendable): bool
{
Expand Down
1 change: 0 additions & 1 deletion src/Repositories/ParticipantRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 63ce225

Please sign in to comment.