@@ -30,8 +30,8 @@ discard block |
||
30 | 30 | * |
31 | 31 | * @param $configHelper |
32 | 32 | * @param $queryHelper |
33 | - * @param $output |
|
34 | - * @param $em |
|
33 | + * @param OutputInterface $output |
|
34 | + * @param EntityManager $em |
|
35 | 35 | */ |
36 | 36 | public function __construct($configHelper, $queryHelper, $output, $em) |
37 | 37 | { |
@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | * Executes the query |
92 | 92 | * |
93 | 93 | * @param AnalyticsOverview $overview |
94 | - * @param $metrics |
|
94 | + * @param string $metrics |
|
95 | 95 | * |
96 | 96 | * @return mixed |
97 | 97 | * @throws \Exception |
@@ -181,7 +181,7 @@ |
||
181 | 181 | /** |
182 | 182 | * Set goals |
183 | 183 | * |
184 | - * @param array $goals |
|
184 | + * @param AnalyticsGoal[] $goals |
|
185 | 185 | * |
186 | 186 | * @return $this |
187 | 187 | */ |