Skip to content

Commit 2e409e3

Browse files
committed
Run lint:fix
1 parent 0ab1764 commit 2e409e3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Contracts/TasksQuery.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ class TasksQuery
2222
*/
2323
private ?array $canceledBy = null;
2424

25-
26-
/**
27-
* @var int|null
28-
*/
2925
private ?int $batchUid = null;
3026

3127
/**

tests/Endpoints/TasksTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function testCancelTasksWithFilter(): void
147147
self::assertSame('taskCancelation', $promise['type']);
148148
$response = $this->client->waitForTask($promise['taskUid']);
149149

150-
self::assertSame('?' . $query, $response['details']['originalFilter']);
150+
self::assertSame('?'.$query, $response['details']['originalFilter']);
151151
self::assertSame('taskCancelation', $response['type']);
152152
self::assertSame('succeeded', $response['status']);
153153
}

0 commit comments

Comments
 (0)