Completed
Push — master ( 74fc93...195e55 )
by Sandro
06:11
created
src/Tool/ConsoleHelper.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -76,6 +76,11 @@
 block discarded – undo
76 76
      */
77 77
     private $outputStream;
78 78
 
79
+    /**
80
+     * @param resource $inputStream
81
+     * @param resource $outputStream
82
+     * @param resource $errorStream
83
+     */
79 84
     public function __construct($inputStream = STDIN, $outputStream = STDOUT, $errorStream = STDERR)
80 85
     {
81 86
         $this->inputStream = $inputStream;
Please login to merge, or discard this patch.
test/ConfigurationTraitTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -714,7 +714,7 @@
 block discarded – undo
714 714
 
715 715
     /**
716 716
      * @param $exception
717
-     * @param $message
717
+     * @param string $message
718 718
      */
719 719
     private function assertException($exception, $message): void
720 720
     {
Please login to merge, or discard this patch.