Completed
Pull Request — master (#32)
by
unknown
05:51
created
src/Writer/Summary.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -41,6 +41,10 @@
 block discarded – undo
41 41
 
42 42
     protected $file2;
43 43
 
44
+    /**
45
+     * @param string $file1
46
+     * @param string $file2
47
+     */
44 48
     public function __construct(StyleInterface $style, $file1, $file2)
45 49
     {
46 50
         $this->style = $style;
Please login to merge, or discard this patch.
src/Writer/Standard.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
 
41 41
     private $verbosity;
42 42
 
43
+    /**
44
+     * @param integer $verbosity
45
+     */
43 46
     public function __construct(StyleInterface $style, $verbosity = Output::VERBOSITY_NORMAL)
44 47
     {
45 48
         $this->style = $style;
Please login to merge, or discard this patch.