Skip to content

Commit 9e652b4

Browse files
committed
ignore codecov for version compatibility line
Signed-off-by: bota <Bota@dotkernel.com>
1 parent 9973724 commit 9e652b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Swoole/Delegators/TCPServerDelegator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function __invoke(ContainerInterface $container, string $serviceName, cal
6969
$application->addCommand($commandInstance);
7070
} else {
7171
/** @phpstan-ignore method.notFound */
72-
$application->add($commandInstance);
72+
$application->add($commandInstance); // @codeCoverageIgnore
7373
}
7474

7575
$parsedOptions = [];

0 commit comments

Comments
 (0)