Skip to content

Commit 4a2ec7c

Browse files
committed
TECH Add missed type hint for parameter
1 parent 57e5d77 commit 4a2ec7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ private function performHttpRequest($request)
243243
*
244244
* @return array
245245
*/
246-
public function multiRequest(array $requests, $mode = self::RESPONSE_SHORT): array
246+
public function multiRequest(array $requests, int $mode = self::RESPONSE_SHORT): array
247247
{
248248
$requestXml = $this->getPacket();
249249

0 commit comments

Comments
 (0)