Completed
Push — develop ( 3bf715...56a7a3 )
by Ando
05:13
created
src/Anroots/Pgca/AbstractSetConfigurator.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -85,6 +85,7 @@
 block discarded – undo
85 85
 
86 86
     /**
87 87
      * {@inheritdoc}
88
+     * @param string $suffix
88 89
      */
89 90
     protected function getServiceName($suffix)
90 91
     {
Please login to merge, or discard this patch.
src/Anroots/Pgca/Report/Serializer/ConsoleSerializer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
     }
97 97
 
98 98
     /**
99
-     * @param array $rows
99
+     * @param ReportColumn[] $rows
100 100
      */
101 101
     private function printBody(array $rows)
102 102
     {
Please login to merge, or discard this patch.