@@ -85,6 +85,7 @@ |
||
| 85 | 85 | |
| 86 | 86 | /** |
| 87 | 87 | * {@inheritdoc} |
| 88 | + * @param string $suffix |
|
| 88 | 89 | */ |
| 89 | 90 | protected function getServiceName($suffix) |
| 90 | 91 | { |
@@ -96,7 +96,7 @@ |
||
| 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 | { |