Added a bunch of methods and documentation, file uploads are broken at the moment.
This commit is contained in:
parent
34bcd7c1ef
commit
759928d63a
6 changed files with 239 additions and 15 deletions
|
@ -169,9 +169,9 @@
|
|||
* Constructs the object from an array
|
||||
*
|
||||
* @param array $data
|
||||
* @return ObjectTypeInterface
|
||||
* @return WebhookInfo
|
||||
*/
|
||||
public static function fromArray(array $data): ObjectTypeInterface
|
||||
public static function fromArray(array $data): WebhookInfo
|
||||
{
|
||||
$object = new self();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue