Fix object instantiation and add getUpdate functionality

This commit is contained in:
netkas 2024-11-01 13:24:11 -04:00
parent 845a0d3b3c
commit f2f26998ad
6 changed files with 57 additions and 12 deletions

View file

@ -331,7 +331,8 @@
/**
* @inheritDoc
*/
public static function fromArray(?array $data): ?Update
public static function
fromArray(?array $data): ?Update
{
if($data === null)
{