| Total Complexity | 1 | 
| Total Lines | 8 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 9 | class NudgesIncorrectly extends AbstractTestObject implements DefinesOwnIdPropertiesInterface  | 
            ||
| 10 | { | 
            ||
| 11 | use DaftObjectIdValuesHashLazyInt;  | 
            ||
| 12 | use ReadTrait, WriteTrait, DefineIdPropertiesCorrectlyTrait;  | 
            ||
| 13 | |||
| 14 | public function SetFoo(string $value) : void  | 
            ||
| 15 |     { | 
            ||
| 16 |         $this->NudgePropertyValue('nope', $value); | 
            ||
| 17 | }  | 
            ||
| 19 |