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 57e5d77 commit 4a2ec7cCopy full SHA for 4a2ec7c
src/Api/Client.php
@@ -243,7 +243,7 @@ private function performHttpRequest($request)
243
*
244
* @return array
245
*/
246
- public function multiRequest(array $requests, $mode = self::RESPONSE_SHORT): array
+ public function multiRequest(array $requests, int $mode = self::RESPONSE_SHORT): array
247
{
248
$requestXml = $this->getPacket();
249
0 commit comments