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 9f5956c commit 1a5203aCopy full SHA for 1a5203a
tests/ClientTest.php
@@ -1005,7 +1005,7 @@ public function testClientGetJobsWithIds(): void
1005
$offset = '';
1006
}
1007
preg_match('#limit=([0-9]+)#', $requestUri, $matches);
1008
- $params[] = ['offset' => $offset, 'limit' => $matches[1]];
+ $params[] = ['offset' => $offset, 'limit' => $matches[1] ?? ''];
1009
1010
self::assertEquals(
1011
[
0 commit comments