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