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 14024f0 commit cf30967Copy full SHA for cf30967
EProcess/Adapter/BaseAdapter.php
@@ -40,9 +40,6 @@ protected function createUnixTransport()
40
throw new \RuntimeException(sprintf('Cannot write to "%s".', EPROCESS_SOCKET_DIR));
41
}
42
43
- echo $this->getUnixSocketFile();
44
- echo PHP_EOL;
45
-
46
return new UnixTransport($this->loop, $this->getUnixSocketAddress());
47
48
0 commit comments