Skip to content

Commit d0df6aa

Browse files
committed
Explain why we have a copy of lang.Process::resolve() here
1 parent 761d0c6 commit d0df6aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/php/xp/lambda/Docker.class.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ trait Docker {
77
private $command= null;
88

99
/**
10-
* Resolves a list of commands.
10+
* Resolves a list of commands. Copy of `lang.Process::resolve()` from
11+
* XP 10.14 in order to be compatible with older XP versions.
1112
*
12-
* @param string $command
13+
* @see https://github.com/xp-framework/core/pull/279
14+
* @param string[] $commands
1315
* @return string
1416
* @throws lang.IllegalStateException
1517
*/

0 commit comments

Comments
 (0)