We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa143d commit 815ed87Copy full SHA for 815ed87
src/GDS/Gateway.php
@@ -233,7 +233,7 @@ public function fetchByIds($str_kind, array $arr_ids)
233
$obj_key = new \Google_Service_Datastore_Key();
234
$obj_element = new \Google_Service_Datastore_KeyPathElement();
235
$obj_element->setKind($str_kind);
236
- $obj_element->setId((int)$int_id);
+ $obj_element->setId($int_id);
237
$obj_key->setPath([$obj_element]);
238
$arr_keys[] = $obj_key;
239
}
0 commit comments