| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class FloatValue |
||
| 14 | { |
||
| 15 | public static function inProperty(string $name): KeyedMapping |
||
| 16 | { |
||
| 17 | return Keyed::mapping($name, |
||
| 18 | ConditionalMapping::ensureThat(FloatCheck::passes(), FloatMapping::inProperty($name)) |
||
| 19 | ); |
||
| 20 | } |
||
| 21 | |||
| 22 | public static function inPropertyWithDifferentKey( |
||
| 28 | )); |
||
| 29 | } |
||
| 31 |