The expression return $this->makeResource($this->getRequest()) returns the type DigitalCz\DigiSign\Resource\ResourceInterface which includes types incompatible with the type-hinted return DigitalCz\DigiSign\Resource\AccountMessaging.
Loading history...
22
}
23
24
/**
25
* @param mixed[] $body
26
*/
27
public function update(array $body): AccountMessaging
The expression return $this->makeResour...rray('json' => $body))) returns the type DigitalCz\DigiSign\Resource\ResourceInterface which includes types incompatible with the type-hinted return DigitalCz\DigiSign\Resource\AccountMessaging.