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.
1 parent bebb15c commit 21d8357Copy full SHA for 21d8357
src/main/php/xp/lambda/Docker.class.php
@@ -1,7 +1,7 @@
1
<?php namespace xp\lambda;
2
3
use io\Path;
4
-use lang\{CommandLine, Process};
+use lang\{CommandLine, Process, IllegalStateException};
5
6
trait Docker {
7
private $command= null;
0 commit comments