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