Total Complexity | 5 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class StatsController extends AbstractController |
||
12 | { |
||
13 | /** |
||
14 | * @filter site-reviews/review/build/after |
||
15 | */ |
||
16 | public function filterReviewTemplateTags(array $tags, Review $review, ReviewHtml $html): array |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * @action site-reviews/review/created |
||
24 | */ |
||
25 | public function geolocateReview(Review $review): void |
||
40 |