Skip to content

Commit

Permalink
constructor method parameter declaration (#82)
Browse files Browse the repository at this point in the history
* constructor method parameter declaration

* constructor method parameter declaration

* Revert "constructor method parameter declaration"

This reverts commit 87001fb.

* constructor method parameter declaration

* Update SlackChannel.php

---------

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
slvler and taylorotwell authored Nov 17, 2023
1 parent 8f81716 commit 4841ab6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Slack/SlackChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ class SlackChannel

/**
* Create a new Slack channel instance.
*
* @param \Illuminate\Http\Client\Factory $http
* @return void
*/
public function __construct(Factory $http)
{
Expand Down

0 comments on commit 4841ab6

Please sign in to comment.