Skip to content

Commit 2e6efd0

Browse files
committed
Use separated annotations
These work in older AST library versions
1 parent 7c5294b commit 2e6efd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/php/peer/unittest/server/ForkedServerTest.class.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
use test\verify\Runtime;
66
use test\{Assert, Test};
77

8-
#[Runtime(extensions: ['pcntl'])]
9-
#[StartServer(protocol: TestingProtocol::class, implementation: ForkedServer::class)]
8+
#[Runtime(extensions: ['pcntl']), StartServer(protocol: TestingProtocol::class, implementation: ForkedServer::class)]
109
class ForkedServerTest extends AbstractServerTest {
1110

1211
#[Test]

0 commit comments

Comments
 (0)