1
0
mirror of https://github.com/danog/process.git synced 2024-11-29 20:29:16 +01:00

Fix code style

This commit is contained in:
Aaron Piotrowski 2018-10-17 12:27:43 -05:00
parent 5f5a901744
commit efe168f47d
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -360,7 +360,8 @@ class ProcessTest extends TestCase
});
}
public function testDebugInfo() {
public function testDebugInfo()
{
Loop::run(function () {
$process = new Process(["php", __DIR__ . "/bin/worker.php"], __DIR__);