mirror of
https://github.com/anthonyaxenov/atol-online.git
synced 2024-11-22 15:04:33 +00:00
Фикс возвращаемого значения KktResponse::getContent()
This commit is contained in:
parent
0f658d38a9
commit
4d7e5dd76e
@ -81,9 +81,9 @@ class KktResponse implements JsonSerializable
|
||||
/**
|
||||
* Возвращает объект результата запроса
|
||||
*
|
||||
* @return \stdClass
|
||||
* @return stdClass|null
|
||||
*/
|
||||
public function getContent(): stdClass
|
||||
public function getContent(): ?stdClass
|
||||
{
|
||||
return $this->content;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user