| Total Complexity | 1 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class TrackTrafficEvent extends AbstractEvent |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var array |
||
| 15 | */ |
||
| 16 | public $tracking = []; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Create a new event instance. |
||
| 20 | * |
||
| 21 | * @param Request $request |
||
| 22 | * @param Response|RedirectResponse $response |
||
| 23 | * @param string $time_stamp |
||
| 24 | */ |
||
| 25 | public function __construct(Request $request, $response, string $time_stamp) |
||
| 30 |