Skip to content

Commit 891f577

Browse files
committed
style: lint
1 parent 787e38a commit 891f577

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ApiClient/ApiRequestTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ public function testWithQuery(): void
186186

187187
public function testWithoutQuery(): void
188188
{
189-
190189
$request = $this->request->withQuery(['param1' => 'value1', 'param2' => 'value2']);
191190
$request->withoutQuery(['param1']);
192191

0 commit comments

Comments
 (0)