Merge "Add config for serving main Page from the domain root"
[lhc/web/wiklou.git] / includes / shell / Result.php
index 1e18210..a105cd1 100644 (file)
@@ -38,6 +38,7 @@ class Result {
        /**
         * @param int $exitCode
         * @param string $stdout
+        * @param string|null $stderr
         */
        public function __construct( $exitCode, $stdout, $stderr = null ) {
                $this->exitCode = $exitCode;