Skip to content

Commit 8f03df6

Browse files
authored
Apply fixes from StyleCI (#322)
1 parent d9ab1e5 commit 8f03df6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/Facades/ChatFacade.php

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class ChatFacade extends Facade
1111
* Get the registered name of the component.
1212
*
1313
* @return string
14+
*
1415
* @codeCoverageIgnore
1516
*/
1617
protected static function getFacadeAccessor()

src/Http/Controllers/ConversationController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function update(UpdateConversation $request, $id)
7878

7979
/**
8080
* @param DestroyConversation $request
81-
* @param $id
81+
* @param $id
8282
*
8383
* @throws Exception
8484
*

src/Models/Conversation.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ public function readAll(Model $participant): void
311311
* Get messages in conversation for the specific participant.
312312
*
313313
* @param Model $participant
314-
* @param $paginationParams
315-
* @param $deleted
314+
* @param $paginationParams
315+
* @param $deleted
316316
*
317317
* @return LengthAwarePaginator|HasMany|Builder
318318
*/
@@ -344,7 +344,7 @@ private function getConversationMessages(Model $participant, $paginationParams,
344344

345345
/**
346346
* @param Model $participant
347-
* @param $options
347+
* @param $options
348348
*
349349
* @return mixed
350350
*/

0 commit comments

Comments
 (0)