| Total Complexity | 4 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class AfterSoldOut implements FilterInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var Configuration |
||
| 20 | */ |
||
| 21 | private $configuration; |
||
| 22 | |||
| 23 | public function __construct(Configuration $configuration) |
||
| 24 | { |
||
| 25 | $this->configuration = $configuration; |
||
| 26 | } |
||
| 27 | |||
| 28 | public function filter(Collection $tickets): Collection |
||
| 48 | } |
||
| 49 | } |