@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | return $row; |
69 | 69 | }, $statisticsRows); |
70 | 70 | |
71 | - $statisticsRows = array_slice($statisticsRows,0,$limit); |
|
71 | + $statisticsRows = array_slice($statisticsRows, 0, $limit); |
|
72 | 72 | |
73 | 73 | return $statisticsRows; |
74 | 74 | } |
@@ -152,7 +152,7 @@ discard block |
||
152 | 152 | $statisticsRows = $queryBuilder->execute()->fetchAll(); |
153 | 153 | $statisticsRows = $this->mergeRowsWithSameKeyword($statisticsRows); |
154 | 154 | |
155 | - $statisticsRows = array_slice($statisticsRows,0,$limit); |
|
155 | + $statisticsRows = array_slice($statisticsRows, 0, $limit); |
|
156 | 156 | |
157 | 157 | return $statisticsRows; |
158 | 158 | } |