| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | final class HasManyProxies |
||
| 13 | { |
||
| 14 | public static function inProperty( |
||
| 15 | string $name, |
||
| 16 | Deserializer $collection, |
||
| 17 | ProxyFactory $proxyFactory |
||
| 18 | ): Mapping { |
||
| 19 | return NumberedProxyCollectionMapping::inProperty($name, $collection, $proxyFactory); |
||
| 20 | } |
||
| 21 | |||
| 22 | public static function inPropertyWithDifferentKey( |
||
| 29 | } |
||
| 30 | } |
||
| 31 |