Skip to content

Commit 57ffd34

Browse files
committed
removed unnecessary comments
Signed-off-by: bota <[email protected]>
1 parent 1497db4 commit 57ffd34

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/Swoole/Command/GetDataFromLogsCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function testLimitAddsDaysToStartDateOnly(): void
163163
$start = '2024-01-01 00:00:00';
164164
$limit = 5;
165165

166-
$command = new GetProcessedMessagesCommand(); // or GetFailedMessagesCommand
166+
$command = new GetProcessedMessagesCommand();
167167
$input = new ArrayInput([
168168
'--start' => $start,
169169
'--limit' => $limit,

test/Swoole/Delegators/TCPServerDelegatorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ public function send($fd, $data, $serverSocket = -1): bool
165165
}
166166
};
167167

168-
// Make sure the container returns our mock command instance
169168
$this->container->method('get')->willReturnMap([
170169
[MessageBusInterface::class, $this->bus],
171170
['dot-log.queue-log', $this->logger],

0 commit comments

Comments
 (0)