| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | 112 | public function RememberDaftObjectData( |
|
| 17 | DefinesOwnIdPropertiesInterface $object, |
||
| 18 | bool $assumeDoesNotExist = false |
||
| 19 | ) : void { |
||
| 20 | 112 | static::ThrowIfNotType($object, DaftNestedWriteableObject::class, 1, __METHOD__); |
|
| 21 | |||
| 22 | 112 | parent::RememberDaftObjectData($object, $assumeDoesNotExist); |
|
| 23 | 112 | } |
|
| 47 |