Skip to content

Commit 5093361

Browse files
committed
Fix for 7.3
1 parent bc2ca54 commit 5093361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/serve.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
'address' => null,
5050
];
5151

52-
/** @phpstan-ignore-next-line */
5352
$options = array_merge($options, getopt('t::a::', ['type::', 'address::']));
5453
$type = $options['type'];
5554
$address = $options['address'];
@@ -144,6 +143,7 @@ function (MessageTransmitter $transmitter, InitializeParams $params) use ($logge
144143
), $logger);
145144

146145
if ($type === 'tcp') {
146+
/** @phpstan-ignore-next-line */
147147
$builder->tcpServer((string)$address);
148148
}
149149
$builder

0 commit comments

Comments
 (0)