Fix object instantiation and add getUpdate functionality
This commit is contained in:
parent
845a0d3b3c
commit
f2f26998ad
6 changed files with 57 additions and 12 deletions
|
@ -331,7 +331,8 @@
|
|||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public static function fromArray(?array $data): ?Update
|
||||
public static function
|
||||
fromArray(?array $data): ?Update
|
||||
{
|
||||
if($data === null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue