Skip to content

Commit 2574b1f

Browse files
authored
Merge pull request #225 from mingyoung/patch-2
Remove type hint.
2 parents 4056fb9 + 4d3aa8e commit 2574b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Events/OpenPlatform/OpenPlatformEvent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ abstract class OpenPlatformEvent
2121
/**
2222
* Create a new event instance.
2323
*
24-
* @param array $payload
24+
* @param mixed $payload
2525
*/
26-
public function __construct(array $payload)
26+
public function __construct($payload)
2727
{
2828
$this->payload = $payload;
2929
}

0 commit comments

Comments
 (0)