Skip to content

Commit 442e4bf

Browse files
committed
fix php analyze
1 parent dbe3f3a commit 442e4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/DevicesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static function setUpBeforeClass(): void
4848
public function testListDeviceCodes(): void
4949
{
5050
$this->markTestSkipped("This test is skipped because the server has been erroring inconsistently.");
51-
$response = self::$client->devices->codes->list();
51+
$response = self::$client->devices->codes->list(); // @phpstan-ignore-line
5252
$page = $response->getPages()->current();
5353
$deviceCodes = $page->getItems();
5454
$this->assertNotNull($deviceCodes);

0 commit comments

Comments
 (0)