Return stderr from Shell\Command
[lhc/web/wiklou.git] / includes / shell / Shell.php
index f2c96ae..e21d762 100644 (file)
@@ -38,6 +38,7 @@ use MediaWiki\MediaWikiServices;
  *
  *  ... = $result->getExitCode();
  *  ... = $result->getStdout();
+ *  ... = $result->getStderr();
  */
 class Shell {