We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lang.Process::resolve()
1 parent 761d0c6 commit d0df6aaCopy full SHA for d0df6aa
src/main/php/xp/lambda/Docker.class.php
@@ -7,9 +7,11 @@ trait Docker {
7
private $command= null;
8
9
/**
10
- * Resolves a list of commands.
+ * Resolves a list of commands. Copy of `lang.Process::resolve()` from
11
+ * XP 10.14 in order to be compatible with older XP versions.
12
*
- * @param string $command
13
+ * @see https://github.com/xp-framework/core/pull/279
14
+ * @param string[] $commands
15
* @return string
16
* @throws lang.IllegalStateException
17
*/
0 commit comments