Completed
Pull Request — 6.0 (#1872)
by Sander
102:24 queued 60:56
created
DashboardBundle/Command/Helper/Analytics/AbstractAnalyticsCommandHelper.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -30,8 +30,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Kunstmaan/DashboardBundle/Entity/AnalyticsOverview.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
     /**
182 182
      * Set goals
183 183
      *
184
-     * @param array $goals
184
+     * @param AnalyticsGoal[] $goals
185 185
      *
186 186
      * @return $this
187 187
      */
Please login to merge, or discard this patch.