Skip to content

Commit 2afce5b

Browse files
committed
Fix CS
1 parent 59c3d74 commit 2afce5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Spec/PheanstalkSendToTopicAndReceiveFromQueueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class PheanstalkSendToTopicAndReceiveFromQueueTest extends SendToTopicAndReceive
1313
{
1414
private $time;
1515

16-
public function setUp(): void
16+
protected function setUp(): void
1717
{
1818
$this->time = time();
1919
}

Tests/Spec/PheanstalkSendToTopicAndReceiveNoWaitFromQueueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class PheanstalkSendToTopicAndReceiveNoWaitFromQueueTest extends SendToTopicAndR
1313
{
1414
private $time;
1515

16-
public function setUp(): void
16+
protected function setUp(): void
1717
{
1818
$this->time = time();
1919
}

0 commit comments

Comments
 (0)