Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bffe375230 |
@@ -17,7 +17,7 @@ abstract class BaseProcess implements OnProcessInterface
|
|||||||
protected bool $isStop = false;
|
protected bool $isStop = false;
|
||||||
|
|
||||||
|
|
||||||
protected mixed $redirect_stdin_and_stdout = null;
|
protected bool $redirect_stdin_and_stdout = FALSE;
|
||||||
|
|
||||||
|
|
||||||
protected int $pipe_type = SOCK_DGRAM;
|
protected int $pipe_type = SOCK_DGRAM;
|
||||||
@@ -47,10 +47,10 @@ abstract class BaseProcess implements OnProcessInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return mixed
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function getRedirectStdinAndStdout(): mixed
|
public function getRedirectStdinAndStdout(): bool
|
||||||
{
|
{
|
||||||
return $this->redirect_stdin_and_stdout;
|
return $this->redirect_stdin_and_stdout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user