Skip to content

Commit 58d26ed

Browse files
[Contracts] Add missing @return annotations
1 parent 9b34461 commit 58d26ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Test/TestHttpServer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ class TestHttpServer
2121
{
2222
private static $process = [];
2323

24+
/**
25+
* @return Process
26+
*/
2427
public static function start(int $port = 8057)
2528
{
2629
if (isset(self::$process[$port])) {

0 commit comments

Comments
 (0)