mirror of
https://github.com/danog/process.git
synced 2024-11-30 04:39:04 +01:00
Fix code style
This commit is contained in:
parent
5f5a901744
commit
efe168f47d
@ -360,7 +360,8 @@ class ProcessTest extends TestCase
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testDebugInfo() {
|
public function testDebugInfo()
|
||||||
|
{
|
||||||
Loop::run(function () {
|
Loop::run(function () {
|
||||||
$process = new Process(["php", __DIR__ . "/bin/worker.php"], __DIR__);
|
$process = new Process(["php", __DIR__ . "/bin/worker.php"], __DIR__);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user