Skip to content

Commit

Permalink
Apply fixes from StyleCI (musonza#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
musonza authored Mar 10, 2024
1 parent d9ab1e5 commit 8f03df6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/Facades/ChatFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class ChatFacade extends Facade
* Get the registered name of the component.
*
* @return string
*
* @codeCoverageIgnore
*/
protected static function getFacadeAccessor()
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/ConversationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function update(UpdateConversation $request, $id)

/**
* @param DestroyConversation $request
* @param $id
* @param $id
*
* @throws Exception
*
Expand Down
6 changes: 3 additions & 3 deletions src/Models/Conversation.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ public function readAll(Model $participant): void
* Get messages in conversation for the specific participant.
*
* @param Model $participant
* @param $paginationParams
* @param $deleted
* @param $paginationParams
* @param $deleted
*
* @return LengthAwarePaginator|HasMany|Builder
*/
Expand Down Expand Up @@ -344,7 +344,7 @@ private function getConversationMessages(Model $participant, $paginationParams,

/**
* @param Model $participant
* @param $options
* @param $options
*
* @return mixed
*/
Expand Down

0 comments on commit 8f03df6

Please sign in to comment.