Skip to content

Commit 5116569

Browse files
committed
Remove typehit.
1 parent ed7afb9 commit 5116569

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)