Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisennk authored Aug 31, 2016
1 parent 621e1ad commit 814671a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Events/Base/SlackEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ class SlackEvent
public $api_app_id;

/**
* @var object Contains the inner set of fields representing the event that's happening.
* @var array Contains the inner set of fields representing the event that's happening.
*/
public $event;

/**
* @var object Alias for $event
* @var array Alias for $event
*/
public $data;

Expand Down

0 comments on commit 814671a

Please sign in to comment.