cleanup system

This commit is contained in:
Robin Appelman 2018-07-13 11:47:24 +02:00
commit 55236aaef3
3 changed files with 18 additions and 23 deletions

View file

@ -49,9 +49,9 @@ interface ISystem {
public function getNetPath();
/**
* Whether or not the `stdbuf` command is available in the path
* Get the full path to the `stdbuf` binary of false if the binary is not available
*
* @return bool
* @return string|bool
*/
public function hasStdBuf();
public function getStdBufPath();
}