Total Complexity | 4 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class ArrayCollectionTraversalStrategy implements CollectionTraversalStrategyInterface |
||
8 | { |
||
9 | /** |
||
10 | * {@inheritdoc} |
||
11 | */ |
||
12 | public function supports($propertyValue): bool |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | public function traverse(ObjectCollectionInterface $objectCollection, $propertyValue) |
||
33 |