| Total Complexity | 1 |
| Total Lines | 9 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class ReadOnlyBadDefinesOwnId extends AbstractTestObject |
||
| 10 | { |
||
| 11 | use DefineIdPropertiesIncorrectlyTrait; |
||
| 12 | use ReadTrait; |
||
| 13 | |||
| 14 | public function __construct(array $data = [], bool $writeAll = false) |
||
| 15 | { |
||
| 16 | parent::__construct($data, $writeAll); |
||
| 17 | self::CheckTypeDefinesOwnIdProperties(static::class, true); |
||
| 18 | } |
||
| 20 |