Skip to content

Commit 18a7523

Browse files
Merge branch '4.4' into 5.2
* 4.4: [Contracts] Add missing `@return` annotations [FrameworkBundle] Fixed file operations in Sodium vault seal
2 parents 86d3b33 + 58d26ed commit 18a7523

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
@@ -18,6 +18,9 @@ class TestHttpServer
1818
{
1919
private static $process = [];
2020

21+
/**
22+
* @return Process
23+
*/
2124
public static function start(int $port = 8057)
2225
{
2326
if (isset(self::$process[$port])) {

0 commit comments

Comments
 (0)