| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | public function execute( |
||
| 20 | int $pageId, |
||
| 21 | string $type = 'follow', |
||
| 22 | ?string $dept = null, |
||
| 23 | string $characteristicIdFarmingType = null, |
||
| 24 | string $characteristicIdCroppingSystem = null |
||
| 25 | ):Paginator |
||
| 26 | { |
||
| 27 | return $this->interactionRepository->getFollowersPage( |
||
| 28 | $pageId, |
||
| 29 | $type, |
||
| 30 | $dept, |
||
| 31 | $characteristicIdFarmingType, |
||
| 32 | $characteristicIdCroppingSystem |
||
| 33 | ); |
||
| 36 |