Skip to content

Commit cd4902a

Browse files
committed
I'm dumb
1 parent 1c2d5ea commit cd4902a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/v2/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ public function getHypervisorStatistics(): array
645645
public function getHypervisors(): array
646646
{
647647
$marker = $this->params->marker();
648-
$marker['type'] = Params::INT_STRING;
648+
$marker['type'] = Params::STRING_TYPE;
649649

650650
return [
651651
'method' => 'GET',

0 commit comments

Comments
 (0)