@@ -359,7 +359,7 @@ discard block |
||
| 359 | 359 | /** |
| 360 | 360 | * Returns all refs. |
| 361 | 361 | * |
| 362 | - * @return array |
|
| 362 | + * @return string[] |
|
| 363 | 363 | */ |
| 364 | 364 | protected function getAllRefs() |
| 365 | 365 | { |
@@ -372,7 +372,7 @@ discard block |
||
| 372 | 372 | /** |
| 373 | 373 | * Returns all actions. |
| 374 | 374 | * |
| 375 | - * @return array |
|
| 375 | + * @return string[] |
|
| 376 | 376 | */ |
| 377 | 377 | protected function getAllActions() |
| 378 | 378 | { |
@@ -382,7 +382,7 @@ discard block |
||
| 382 | 382 | /** |
| 383 | 383 | * Returns all actions. |
| 384 | 384 | * |
| 385 | - * @return array |
|
| 385 | + * @return string[] |
|
| 386 | 386 | */ |
| 387 | 387 | protected function getAllKinds() |
| 388 | 388 | { |
@@ -600,7 +600,7 @@ discard block |
||
| 600 | 600 | /** |
| 601 | 601 | * Returns option names, that makes sense to use in aggregation mode. |
| 602 | 602 | * |
| 603 | - * @return array |
|
| 603 | + * @return string[] |
|
| 604 | 604 | */ |
| 605 | 605 | public function getAggregatedOptions() |
| 606 | 606 | { |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | /** |
| 30 | 30 | * Defines parsing statistic types. |
| 31 | 31 | * |
| 32 | - * @return array |
|
| 32 | + * @return string[] |
|
| 33 | 33 | */ |
| 34 | 34 | public function defineStatisticTypes() |
| 35 | 35 | { |