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 a9a38fb commit c95008aCopy full SHA for c95008a
src/Traits/WriteMessageTrait.php
@@ -307,4 +307,20 @@ public static function setOutputStream($outputStream): void
307
{
308
self::$outputStream = $outputStream;
309
}
310
+
311
+ /**
312
+ * @return resource
313
+ */
314
+ public static function getErrorStream()
315
+ {
316
+ return self::$errorStream;
317
+ }
318
319
320
+ * @param resource $errorStream
321
322
+ public static function setErrorStream($errorStream): void
323
324
+ self::$errorStream = $errorStream;
325
326
0 commit comments