The doc comment non-empty-array<int, string|array> at position 0 could not be parsed: Unknown type name 'non-empty-array' at position 0 in non-empty-array<int, string|array>.
The doc comment non-empty-array<int, string|array> at position 0 could not be parsed: Unknown type name 'non-empty-array' at position 0 in non-empty-array<int, string|array>.
Loading history...
28
*/
29
private function __construct($body)
30
{
31
$this->body = $body;
32
}
33
34
public static function fromCallRequest(CallRequest $request) : self