Skip to content

Commit

Permalink
constructor method parameter declaration (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
slvler authored Nov 16, 2023
1 parent d9bb223 commit 8f81716
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Slack/EventMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ class EventMetadata implements Arrayable

/**
* Create a new event metadata instance.
*
* @param string $type
* @param array $payload
* @return void
*/
public function __construct(string $type, array $payload = [])
{
Expand Down

0 comments on commit 8f81716

Please sign in to comment.