| Total Complexity | 4 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 6 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class TrackTrafficAction extends Action |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var array |
||
| 16 | */ |
||
| 17 | private $tracking; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * TrackTrafficAction constructor. |
||
| 21 | * |
||
| 22 | * @param array $tracking |
||
| 23 | */ |
||
| 24 | public function __construct(array $tracking) |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Retrieve tracking data and then do something with it. |
||
| 32 | * |
||
| 33 | * @return TrackTraffic|Model |
||
| 34 | */ |
||
| 35 | public function execute(): ?TrackTraffic |
||
| 50 |